2001-12-23 19:14:18 +00:00
|
|
|
TODO list (short term):
|
|
|
|
=======================
|
2002-10-21 20:59:53 +00:00
|
|
|
* fix clocking issues by using gst clock for v4lsrc and by using it
|
2002-11-13 12:35:55 +00:00
|
|
|
as a correction for v4lmjpegsrc/v4l2src (pause brokenness etc.)
|
2002-09-20 09:28:46 +00:00
|
|
|
* v4lsrc/v4lmjpegsrc/v4l2src: fix interlacing (not handled at all...)
|
2001-12-23 19:14:18 +00:00
|
|
|
|
|
|
|
TODO list (long term):
|
|
|
|
======================
|
2002-02-04 19:47:37 +00:00
|
|
|
* v4lmpegsrc (*hint* MPEG card needed *hint*)
|
2002-09-20 09:28:46 +00:00
|
|
|
* v4l2sink
|
2002-11-13 12:35:55 +00:00
|
|
|
* BSD-videosrc (bktr)
|
2002-02-04 19:47:37 +00:00
|
|
|
* color correction (brightness, hue, etc.)
|
|
|
|
* gamma correction
|
2001-12-23 19:14:18 +00:00
|
|
|
|
|
|
|
Useful Documentation:
|
|
|
|
=====================
|
|
|
|
MJPEG/V4L API : ./videodev_mjpeg.h
|
2001-12-28 19:54:23 +00:00
|
|
|
Linux/V4L API : /usr/include/linux/videodev.h or
|
2001-12-23 19:14:18 +00:00
|
|
|
http://roadrunner.swansea.uk.linux.org/v4l.shtml
|
2002-11-13 12:35:55 +00:00
|
|
|
Linux/V4L2 API: /usr/include/linux/videodev2.h or
|
|
|
|
http://www.thedirks.org/v4l2/
|
|
|
|
(kernel patches: http://bytesex.org/patches/)
|
2001-12-23 19:14:18 +00:00
|
|
|
BSD/Meteor API: /usr/include/machine/ioctl_meteor.h
|
|
|
|
mjpegtools : http://www.sourceforge.net/projects/mjpeg
|