v4l2: continue work on the capture device

Remove activate and deactivate commands.
Add STEP property range type for v4l2 frame sizes later
v4l2: implement negotiation and data capture
This commit is contained in:
Wim Taymans 2016-07-06 19:43:37 +02:00
parent beedb65f00
commit a1a27328e2
17 changed files with 976 additions and 308 deletions

View file

@ -2,3 +2,8 @@ executable('test-mixer', 'test-mixer.c',
include_directories : inc,
dependencies : [dl_lib],
install : false)
executable('test-v4l2', 'test-v4l2.c',
include_directories : inc,
dependencies : [dl_lib],
install : false)