QVREC(1) Local commands QVREC(1) NAME qvrec - upload pictures to a Casio QV-10 digital camera. SYNOPSIS qvrec [ -D ttydevice ] [ -S speed ] [ -hv ] file1.cam file2.cam ... DESCRIPTION This manual page applies to qvrec version 0.92 by ken-ichi HAYASHI and Jun-ichiro "itojun" ITOH. qvrec allows the computer to upload CAM format pictures to the Casio QV-10 digital camera. Use entirely at your own risk. The CAM format is proprietary to Casio. The camera can take up to 96 pictures, each at 320x240 24-bit pixels. It can be linked to the serial port of a computer using the supplied cable (see qvplay(1) for wiring changes needed for some machines). If the camera does not respond, switch it off and then on again to do a 'hard' reset. If the transfer times out, try using a slower speed. All pictures should be 480x240 pixels. OPTIONS Options are processed from left to right so it is impor- tant to set the serial line and speed first. -D ttydevice Specify the serial port to use. Something like /dev/cua0 on Unix and COM1 on less sophisticated systems. -S speed Specify the baud rate for the transfer. Possible values are {normal, mid, high, top, light} or {1,2,3,4,5} for a corresponding {9600, 19200, 38400, 57600, 115200} baud rate. 'light speed' is supported in Linux, OS2, and Win NT/95. With Linux, use setserial(1) to achieve lightspeed e.g. setserial /dev/cua1 spd_hi # set 57600baud qvrec -S top file1.cam or setserial /dev/cua1 spd_vhi # set 115200baud qvrec -S light file2.cam If you are using a PC/AT compatible computer, you will need a 16550A compatible serial controller to use more than 19200 baud (the 'mid' setting). -h Print a help message and exit. Report camera Local $Date: 1997/10/08 15:09:20 $ 1 QVREC(1) Local commands QVREC(1) revision (?) -v Verbosely reports upload information on stderr. Reported information is uploaded bytes, not a file- size. ENVIRONMENT FILES BUGS COPYRIGHT AUTHORS Ken-ichi HAYASHI Jun-ichiro "itojun" Itoh AVAILABILITY Unix systems: -PC/AT clone Linux 1.2.13, 1.3.20 -PC/AT clone BSD/OS 2.0 -Sony NEWS-3150U2 NEWS-OS 4.2.1RN -Sony NEWS-1860 NEWS-OS 4.2C -Sony NEWS-4000 NEWS-OS 6.1.1 -NEC EWS4800 Rel.4.4 Rev01 -Sun Sparc Station 20 Solaris2.3(SunOS 5.3) -Sparc clone SunOS 4.1.4 -Apple Macintosh SE/30 NetBSD 1.0 -PC/AT clone FreeBSD 2.0.5R(*) -PC/AT clone FreeBSD 2.1.0R(*) -NeXT NeXTcube(M68040-25) NEXTSTEP 3.3J(*) Non-Unix systems: -SHARP X68030 + Human68k 3.02 -PC/AT clone Windows NT 3.51(Intel)(work on DOS prompt) -PC/AT clone Windows 95(work on DOS prompt) Systems marked with (*) need the hardware hack described under BUGS above. SEE ALSO qvplay(1), qvalldel(1), cam2jpeg(1) by Jun-ichiro "itojun" Itoh . camtoppm.pl(1) by Shuji Senda . Local $Date: 1997/10/08 15:09:20 $ 2