Add monitor interface

Add an interface to monitor devices and helper program
Add v4l2 monitor
Add simple dictionary with key/value pairs
This commit is contained in:
Wim Taymans 2016-09-15 11:49:34 +02:00
parent 140f360cc0
commit 9f53eda6cb
29 changed files with 921 additions and 51 deletions

View file

@ -1,9 +1,10 @@
v4l2_sources = ['v4l2.c',
'v4l2-monitor.c',
'v4l2-source.c']
v4l2lib = shared_library('spa-v4l2',
v4l2_sources,
include_directories : inc,
dependencies : v4l2_dep,
dependencies : [ v4l2_dep, libudev_dep ],
link_with : spalib,
install : true)