summaryrefslogtreecommitdiff
path: root/examples/opencvdbusconfig
blob: 4cc9e4fca9c2ae46e011a726574a2e8a7657be00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
	"sources" : [ 
		{
			"name" : "OpenCV LUX",
			"path" : "/usr/lib/automotive-message-broker/opencvluxplugin.so",
			"threaded" : "true",
			"fps" : "30",
			"pixelLowerBound" : "18",
			"pixelUpperBound" : "255",
			"device" : "0"
		},
	],
	"sinks": [
		{
			"path" : "/usr/lib/automotive-message-broker/dbussinkplugin.so",
		},
	]
}