summaryrefslogtreecommitdiff
path: root/examples/opencvluxconfig
blob: 9ba13ad291908fda9ef2c31bccb6a9529ca2928e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
	"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",
			"interface" : "lo",
			"port" : "23000"
		} 
	]
}