descriptionv4l2 to v4l1 fusd driver
ownerbrijohn@gmail.com
last changeSun, 13 Jul 2008 00:10:40 +0000 (12 20:10 -0400)
content tags
add:
readme
This is a fusd userspace driver for linux that allows v4l1 based access to webcams whose drivers only support v4l2. It will create a new video device under /dev that accepts the necessary v4l1 capturing ioctls and then connects to an underlying v4l2 driver to capture frames and change image format settings.
shortlog
2008-07-13 Brian Johnsonhandle SIGINT/SIGTERMmaster
2008-06-14 Brian JohnsonFixed minor memory leak in argument parsing
2008-06-14 Brian Johnsonopen/close v4l2 device on v4l1 device open/close
2008-06-11 Brian JohnsonMinor return value fixups.
2008-06-11 Brian JohnsonAdded command line options for setting v4l2 and v4l1...
2008-06-11 Brian JohnsonRemoved some unneccesary include statements
2008-06-11 Brian JohnsonAdded VIDIOCGCHAN and VIDIOCSCHAN ioctls
2008-06-11 Brian JohnsonRemoved debugging statements from v4l1_read
2008-06-11 Brian JohnsonUpdated fusd.patch to increase MAX_RW_SIZE
2008-06-10 Brian JohnsonFixed slight delay between captureing frame and display...
2008-06-10 Brian JohnsonAdded several files
2008-06-10 Brian JohnsonFixed up Makefile so install and uninstall targets...
2008-06-09 Brian JohnsonInitial import
heads
15 years ago master