summaryrefslogtreecommitdiff
path: root/examples/opencvluxconfig
blob: d0c01b1f2e64f6d7e7a0ef5a8ce0f9d48e4c043e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
	"mainloop" : "/usr/lib/automotive-message-broker/qtmainloopplugin.so",
	"sources" : [ 
		{
			"name" : "OpenCV Lux plugin",
			"path" : "/usr/lib/automotive-message-broker/opencvluxplugin.so",
			"threaded" : "true",
			"kinect" : "false",
			"opencl" : "false",
			"pixelLowerBound" : "0",
			"pixelUpperBound" : "255",
			"fps" : "30",
			"device" : "0"
		}
	],
	"sinks": [
		{
			"name" : "Example sink",
			"path" : "/usr/lib/automotive-message-broker/examplesinkplugin.so"
		} 
	]
}