|
NAMEsane-stv680 - SANE backend for STV680 camera'sDESCRIPTIONThe sane-stv680 library implements a SANE (Scanner Access Now Easy) backend that provides access to some STV680 cameras. This backend should be considered beta-quality software! STV680 cameras are sold under various brands like Aiptek. This backend may or may not support yours.The cameras that should work with this backend are: Vendor Model USB vendor id USB product id status ------------------------ ------------- -------------- -------- AIPTEK stv680 0x0553 0x0202 basic Konica e-mini 0x04c8 0x0722 untested DigitalDream l'espion XS 0x1183 0x0001 untested Creative WebCam Go mini 0x041e 0x4007 untested For all these cameras, see the backend home page (under AUTHOR) for the exact status of each camera. For startup of this backend check that if present the stv680
kernel module is removed or disabled.
For problems with the untested cameras, you should contact the author for that. The options the backend supports can either be selected through command line options to programs like scanimage(1) or through GUI elements in xcam(1). For both programs use the -B option needed for size buffer. Some frontends examples: xcam(1) xcam -B
scanimage(1): for writing in batch mode to a file or to a new file each time: scanimage -B -d stv680:libusb:001:002 --batch=out.ppm
--batch-count 5 --mode "Color RGB"
scanimage -B -d stv680:libusb:001:002 --batch=out%d.ppm
--batch-count 5 --mode "Color RGB"
If you have any success with a camera not listed here, or if you observe any strange behavior, please report to the backend maintainer or to the SANE mailing list. Valid command line options and their syntax can be listed by using: scanimage --help -d stv680
CONFIGURATION FILEThe configuration file /usr/local/etc/sane.d/stv680.conf supports only one item: the device name to use (eg usb 0x.... 0x....).FILES
ENVIRONMENT
LIMITATIONSThe windows TWAIN driver has many more options than this SANE backend. However they are only software adjustments. This backend only implements what the webcam can support.BUGS
SEE ALSOsane(7), sane-usb(5), scanimage(1), xcam(1)AUTHORSGerard Klaver http://gkall.hobby.nl/stv680-aiptek.htmlCREDITS
Visit the GSP FreeBSD Man Page Interface. |