fixed incorrect reporting of zone in dbus signal
[profile/ivi/automotive-message-broker.git] / examples / opencvdbusconfig.in
1 {
2   "mainloop" : "@PLUGIN_INSTALL_PATH@/qtmainloopplugin.so",
3   "sources" : [
4     {
5       "name" : "OpenCV LUX",
6       "path" : "@PLUGIN_INSTALL_PATH@/opencvluxplugin.so",
7       "threaded" : "false",
8       "opencl" : "true",
9       "fps" : "30",
10       "pixelLowerBound" : "18",
11       "pixelUpperBound" : "255",
12       "device" : "0",
13       "codec" : "h264",
14       "logging" : "false",
15       "logfile" : "/tmp/video.avi",
16       "ddd" : "true",
17       "faceCascade" : "/usr/share/OpenCV/lbpcascades/lbpcascade_frontalface.xml",
18       "eyeCascade" : "/usr/share/OpenCV/haarcascades/haarcascade_eye_tree_eyeglasses.xml"
19     },
20     {
21       "path" : "@PLUGIN_INSTALL_PATH@/examplesourceplugin.so"
22     }
23   ],
24   "sinks": [
25     {
26       "path" : "@PLUGIN_INSTALL_PATH@/dbussinkplugin.so",
27     },
28   ]
29 }
30