ea620717db4cc84292479175cbfd2f2f2b0b9361
[profile/ivi/automotive-message-broker.git] / examples / opencvluxconfig
1 {
2   "mainloop" : "/usr/lib/i386-linux-gnu/automotive-message-broker/qtmainloopplugin.so",
3   "sources" : [
4     {
5       "name" : "OpenCV Lux plugin",
6       "path" : "/usr/lib/i386-linux-gnu/automotive-message-broker/opencvluxplugin.so",
7       "threaded" : "true",
8       "kinect" : "false",
9       "opencl" : "false",
10       "cuda" : "true",
11       "pixelLowerBound" : "0",
12       "pixelUpperBound" : "255",
13       "fps" : "30",
14       "device" : "0"
15     }
16   ],
17   "sinks": [
18     {
19       "name" : "Example sink",
20       "path" : "/usr/lib/i386-linux-gnu/automotive-message-broker/examplesinkplugin.so"
21     }
22   ]
23 }
24