This short utility will allow you to download the pictures
from a Fuji digital camera attached to the Amiga's serial
port. Features include:
- Produces good quality JPEG files
- Supported Camera's: Fuji MX500, MX700, MX1200
- Simple command line interface (CLI)
- Source code included with archive
Thanks to the author (Christian Falzon) for permission to
upload this.
Functions:
==========
File commands
-------------
Download an image by number
Download an image by name
Download all images
List all image info: Number, name, filesize, resolution etc
Delete an image by name
Delete an image by number
Delete all images
Shooting commands
-----------------
Shoot picture
Shoot picture, download and delete from camera
Setting commands
----------------
Flash mode off/force/redeye/auto
Resolution 640 or 1280
Syntax:
=======
FUJICONTROL { DOWNLOAD [ { NAME picture-name | FRAME frameno | ALL } [ filename ] }
| { DELETE { NAME name } | { FRAME frameno } | ALL }
| { LIST }
| { SHOOT [ filename [ DELETE ] ] }
| { SET [ FLASH { OFF | FORCE | REDEYE | AUTO } ]
[ RESOLUTION 1280 | 640 | HI | LO ] }
[ COMPRESSION BASIC | FINE | NORMAL ]
[ ZOOM | NOZOOM ]
[ MACRO | NOMACRO ]
}
|