added cuda support for opencv plugin
[profile/ivi/automotive-message-broker.git] / examples / opencvdbusconfig
1 {
2         "sources" : [ 
3                 {
4                         "name" : "OpenCV LUX",
5                         "path" : "/usr/lib/automotive-message-broker/opencvluxplugin.so",
6                         "threaded" : "true",
7                         "cuda" : "true",
8                         "fps" : "30",
9                         "pixelLowerBound" : "18",
10                         "pixelUpperBound" : "255",
11                         "device" : "0"
12                 },
13         ],
14         "sinks": [
15                 {
16                         "path" : "/usr/lib/automotive-message-broker/dbussinkplugin.so",
17                 },
18         ]
19 }
20