# # I have # ========== # CreativeLabs WebCam Video Blaster II (paralel port) - # Logitech Color QuickCam ( usb ) - cpia Video4Linux driver # EZonics EZCam - cpia driver ( webcam.sourceforge.net ) # # # List of Supported WebCam and Drivers # ------------------------------------ http://webcam-osx.sourceforge.net/cameras.html http://webcam.sourceforge.net/ - cpia driver # http://alpha.dyndns.org/ov511/cameras.html - ov11 drivers http://alpha.dyndns.org/ov511/apps.html - test the cameras # # # http://www.ee.nmt.edu/~guilbert/saic-robot/webcam/webcam.html http://www.cs.duke.edu/~reynolds/quickcam/ http://www.rz.uni-hohenheim.de/betriebssysteme/unix/linux/howto_html/mini-HOWTO-cqcam.html # # # QuickCam # ----------- # http://sourceforge.net/project/showfiles.php?group_id=19538 # http://www.ee.oulu.fi/~tuukkat/quickcam/quickcam.html # http://www.cs.duke.edu/~reynolds/cqcam/ # ftp://ftp.cs.unm.edu/pub/chris/quickcam - circa 1996 - 1997 # http://www.crynwr.com/qcpc/ # http://www.informatik.uni-oldenburg.de/~delwi/quickcam/ # # http://www.fhttpd.org/pub/qcread/ - doesnt need video4Linux # # # # OV drivers # ----------- # http://alpha.dyndns.org/ov511/ # # # Parallel Port Drivers # ----------------------- http://www.torque.net/linux-pp.html # # # # #!/bin/bash while (echo "") do cqcam -32- -s 1 -j > thisPicture.jpg sleep 60 done # # # # End of file