2001-12-23 19:14:18 +00:00
|
|
|
TODO list (short term):
|
|
|
|
=======================
|
2001-12-28 19:54:23 +00:00
|
|
|
* all three: fix interlacing (not handled at all...)
|
2001-12-23 19:14:18 +00:00
|
|
|
* libgstrec: build (a library for video recording)
|
|
|
|
|
|
|
|
TODO list (long term):
|
|
|
|
======================
|
|
|
|
* v4lmpegsrc: build (*hint* MPEG card needed *hint*)
|
|
|
|
* v4l2element && v4l2src: build (v4l2 supports far more features than
|
|
|
|
v4l1 so I really want seperate plugins for it)
|
|
|
|
* BSD-videosrc: build (based on Meteor API)
|
|
|
|
|
|
|
|
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
|
2001-12-28 19:54:23 +00:00
|
|
|
Linux/V4L2 API: http://www.thedirks.org/v4l2/
|
2001-12-23 19:14:18 +00:00
|
|
|
BSD/Meteor API: /usr/include/machine/ioctl_meteor.h
|
|
|
|
mjpegtools : http://www.sourceforge.net/projects/mjpeg
|