diff --git a/AUTHORS b/AUTHORS index da24bd57dd..332bff594c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -16,5 +16,4 @@ Cameron Hutchison David Schleef Benjamin Otte Ronald Bultje -Andy Wingo Julien MOUTTE diff --git a/sys/v4l/README b/sys/v4l/README index 275e18c1a7..980e193fd4 100644 --- a/sys/v4l/README +++ b/sys/v4l/README @@ -21,9 +21,15 @@ the v4lelement 'parent' on the left. Useful Documentation: ===================== -MJPEG/V4L API : ./videodev_mjpeg.h +MJPEG/V4L API : ./videodev_mjpeg.h + V4L API : /usr/include/linux/videodev.h or - http://roadrunner.swansea.uk.linux.org/v4l.shtml -V4L2 API : http://www.thedirks.org/v4l2/ + /usr/src/linux/Documentation/video4linux/API.html or + http://linux.bytesex.org/v4l2/API.html + +V4L2 API : /usr/include/linux/videodev2.h or + http://v4l2spec.bytesex.org/ + BSD/Meteor API: /usr/include/machine/ioctl_meteor.h + mjpegtools : http://www.sourceforge.net/projects/mjpeg diff --git a/sys/v4l/TODO b/sys/v4l/TODO index e24ccb17c0..f3aebd805a 100644 --- a/sys/v4l/TODO +++ b/sys/v4l/TODO @@ -15,12 +15,16 @@ TODO list (long term): Useful Documentation: ===================== MJPEG/V4L API : ./videodev_mjpeg.h -Linux/V4L API : /usr/include/linux/videodev.h or - http://roadrunner.swansea.uk.linux.org/v4l.shtml -Linux/V4L2 API: /usr/include/linux/videodev2.h or - http://www.thedirks.org/v4l2/ - (kernel patches: http://bytesex.org/patches/) + +V4L API : /usr/include/linux/videodev.h or + /usr/src/linux/Documentation/video4linux/API.html or + http://linux.bytesex.org/v4l2/API.html + +V4L2 API : /usr/include/linux/videodev2.h or + http://v4l2spec.bytesex.org/ + BSD/Meteor API: /usr/include/machine/ioctl_meteor.h + mjpegtools : http://www.sourceforge.net/projects/mjpeg Capturing: