gambas-source-code/gb.v4l
Oddjobz 492bd2a0c8 [GB.V4L]
* NEW: Initial support for V4L2 devices using the V4L2 interface
* NEW: Support for devices with YUYV and YUV420[p] outputs
* BUG: V4L2 streams not yet implemented
* BUG: V4L2 tuner not yet implemented
* OPT: V4L driver auto-selects V1/V2 depending on device capabilities
  Version 2 will be used if possible, but V1 can be forced in VideoDevice()



git-svn-id: svn://localhost/gambas/trunk@1805 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2009-01-20 15:38:08 +00:00
..
orig
src [GB.V4L] 2009-01-20 15:38:08 +00:00
acinclude.m4
AUTHORS
ChangeLog
component.am
config.guess
config.sub
configure.ac
COPYING
depcomp
gambas.h
gb.image.h [INTERPRETER] 2009-01-16 23:12:10 +00:00
gb_common.h
INSTALL
install-sh
ltmain.sh
Makefile.am
missing
NEWS
README
reconf

This code is partially based in the code written and released under GPL by 
Nick Andrew <nick@nick-andrew.net>, for the "video-capture" program. 
You can find the original sources of that program in the "orig" folder 
in these sources.