bugfix about AirDistribution
[profile/ivi/automotive-message-broker.git] / examples / opencvluxconfig.in.json
1 {
2         "mainloop" : "@PLUGIN_INSTALL_PATH@/qtmainloopplugin.so",
3         "sources" : [
4                 {
5                         "name" : "OpenCV Lux plugin",
6                         "path" : "@PLUGIN_INSTALL_PATH@/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" : "@PLUGIN_INSTALL_PATH@/examplesinkplugin.so"
21                 }
22         ]
23 }
24