From 8169c08963c58cc8ec1599178bfed9337e6c4978 Mon Sep 17 00:00:00 2001 From: Kevron Rees Date: Fri, 31 Jan 2014 15:20:57 -0800 Subject: [PATCH] updated opencv docs --- plugins/opencvlux/README | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plugins/opencvlux/README b/plugins/opencvlux/README index 4722213..014dd8d 100644 --- a/plugins/opencvlux/README +++ b/plugins/opencvlux/README @@ -24,6 +24,8 @@ To use the OpenCV plugin, add the following to the "sources" array in /etc/ambd/ "device" : "0" } +NOTE: some features require the qtmainloop to be running. see the main README for details. + Configuration Key Definitions: "name" @@ -38,8 +40,8 @@ Camera to use. The string "0" corrisponds to /dev/video0, "1" to /dev/video1, e Default: "0" "threaded" -Compute pixel intensity in another thread. Set to "true" or "false". This feature has been disabled -for now. +Compute pixel intensity in another thread. Set to "true" or "false". You need to use the qtmainloop in +order for this feature to function. Default: "false" -- 2.7.4