- update links to v4l[12] API docs
Original commit message from CVS: - update links to v4l[12] API docs - remove a dupe in AUTHORS list
This commit is contained in:
parent
f47ad86b73
commit
229d42b339
1
AUTHORS
1
AUTHORS
@ -16,5 +16,4 @@ Cameron Hutchison <camh@xdna.net>
|
|||||||
David Schleef <ds@schleef.org>
|
David Schleef <ds@schleef.org>
|
||||||
Benjamin Otte <in7y118@public.uni-hamburg.de>
|
Benjamin Otte <in7y118@public.uni-hamburg.de>
|
||||||
Ronald Bultje <rbultje@ronald.bitfreak.net>
|
Ronald Bultje <rbultje@ronald.bitfreak.net>
|
||||||
Andy Wingo <wingo@pobox.com>
|
|
||||||
Julien MOUTTE <julien@moutte.net>
|
Julien MOUTTE <julien@moutte.net>
|
||||||
|
@ -21,9 +21,15 @@ the v4lelement 'parent' on the left.
|
|||||||
|
|
||||||
Useful Documentation:
|
Useful Documentation:
|
||||||
=====================
|
=====================
|
||||||
MJPEG/V4L API : ./videodev_mjpeg.h
|
MJPEG/V4L API : ./videodev_mjpeg.h
|
||||||
|
|
||||||
V4L API : /usr/include/linux/videodev.h or
|
V4L API : /usr/include/linux/videodev.h or
|
||||||
http://roadrunner.swansea.uk.linux.org/v4l.shtml
|
/usr/src/linux/Documentation/video4linux/API.html or
|
||||||
V4L2 API : http://www.thedirks.org/v4l2/
|
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
|
BSD/Meteor API: /usr/include/machine/ioctl_meteor.h
|
||||||
|
|
||||||
mjpegtools : http://www.sourceforge.net/projects/mjpeg
|
mjpegtools : http://www.sourceforge.net/projects/mjpeg
|
||||||
|
14
sys/v4l/TODO
14
sys/v4l/TODO
@ -15,12 +15,16 @@ TODO list (long term):
|
|||||||
Useful Documentation:
|
Useful Documentation:
|
||||||
=====================
|
=====================
|
||||||
MJPEG/V4L API : ./videodev_mjpeg.h
|
MJPEG/V4L API : ./videodev_mjpeg.h
|
||||||
Linux/V4L API : /usr/include/linux/videodev.h or
|
|
||||||
http://roadrunner.swansea.uk.linux.org/v4l.shtml
|
V4L API : /usr/include/linux/videodev.h or
|
||||||
Linux/V4L2 API: /usr/include/linux/videodev2.h or
|
/usr/src/linux/Documentation/video4linux/API.html or
|
||||||
http://www.thedirks.org/v4l2/
|
http://linux.bytesex.org/v4l2/API.html
|
||||||
(kernel patches: http://bytesex.org/patches/)
|
|
||||||
|
V4L2 API : /usr/include/linux/videodev2.h or
|
||||||
|
http://v4l2spec.bytesex.org/
|
||||||
|
|
||||||
BSD/Meteor API: /usr/include/machine/ioctl_meteor.h
|
BSD/Meteor API: /usr/include/machine/ioctl_meteor.h
|
||||||
|
|
||||||
mjpegtools : http://www.sourceforge.net/projects/mjpeg
|
mjpegtools : http://www.sourceforge.net/projects/mjpeg
|
||||||
|
|
||||||
Capturing:
|
Capturing:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user