Casio CAM
From Just Solve the File Format Problem
Revision as of 00:26, 22 January 2020 by Dan Tobias (Talk | contribs)
The Casio QV-10 was the worlds first consumer LCD digital camera.[1][2] The Casio QV series camera's originally shipped with built in flash memory to store images with a special data cable to transfer to a personal computer while using the QV-Link software.[3]
Contents[hide] |
FIle Information
QV Series cameras would capture images in a proprietary .CAM format. The CAM format appears to have different encodings, one being a JPEG format.
File Identification
CAM files have the header hex values "07204D4D
"[4][5] followed by 3 bytes 000300
Then a single byte which appears to indicate encoding 04
for JPEG encoding, 01
for something else. More research needed.
JPEG encoded images can simply be extracted by deleting the first 54 bytes of the file and saving with .JPG extension.
Software & Samples
- TWAIN Drivers for Windows/Macintosh
- CAM2JPG Software (archived)
- source code for QVPlay software
- Sample files from UK Webarchive
References
- ↑ http://www.computinghistory.org.uk/det/50788/Casio-QV-10A-LCD-Camera
- ↑ https://en.wikipedia.org/wiki/History_of_the_camera#Digital_SLRs_(DSLRs)
- ↑ https://support.casio.com/en/manual/manualfile.php?cid=001015002
- ↑ https://git.cgsecurity.org/cgit/testdisk/tree/src/file_cam.c
- ↑ https://github.com/digipres/digipres.github.io/blob/master/_sources/registries/trid/triddefs_xml/bitmap-cam-qv.trid.xml