disabled irc in bluemonkey
[profile/ivi/automotive-message-broker.git] / examples / opencvdbusconfig
1 {
2   "mainloop" : "/usr/lib/x86_64-linux-gnu/automotive-message-broker/qtmainloopplugin.so",
3   "sources" : [
4     {
5       "name" : "OpenCV LUX",
6       "path" : "/usr/lib/x86_64-linux-gnu/automotive-message-broker/opencvluxplugin.so",
7       "threaded" : "true",
8       "cuda" : "true",
9       "fps" : "30",
10       "pixelLowerBound" : "18",
11       "pixelUpperBound" : "255",
12       "device" : "0",
13       "codec" : "divx",
14       "logging" : "true",
15       "logfile" : "/tmp/video.avi"
16     },
17     {
18       "path" : "/usr/lib/x86_64-linux-gnu/automotive-message-broker/examplesourceplugin.so"
19     }
20   ],
21   "sinks": [
22     {
23       "path" : "/usr/lib/x86_64-linux-gnu/automotive-message-broker/dbussinkplugin.so",
24     },
25   ]
26 }
27