27b6cd781ae9e2b9197838aa4ab2b1259b683a46
[profile/ivi/automotive-message-broker.git] / examples / opencvluxconfig
1 {
2         "mainloop" : "/usr/lib/automotive-message-broker/qtmainloopplugin.so",
3         "sources" : [ 
4                 {
5                         "name" : "OpenCV Lux plugin",
6                         "path" : "/usr/lib/automotive-message-broker/opencvluxplugin.so",
7                         "threaded" : "true",
8                         "kinect" : "false",
9                         "opencl" : "false",
10                         "cuda" : "false",
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/automotive-message-broker/examplesinkplugin.so"
21                 } 
22         ]
23 }
24