-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Something I would like to see, which might be a good place for this project
to start: A v4l2 driver API tester.
I am not sure what the minimum is, but it should expose
vidioc_querycap
call that and get a list of what else it exposes. call them and make sure
things don't error. call everything else and make sure it does error.
There is a test driver to the test against:
http://v4l.videotechnology.com/vivi.html
It is part of the standard kernel.
This is what I would have done if this project had some code. :)
Original issue reported on code.google.com by cfkars...@gmail.com on 28 Feb 2008 at 2:23