This tool scans for JPEG markers inside the RAW. When a SOI (Start of Image)
marker is found, the tool scan the content to find a consistent EOI (End of
Image) marker.
It doesn't need to have a valid filesystem so it can handle most of the
crashed memory card. It recovers the image data and EXIF information.
Homepage:
http://forge.ocamlcore.org/projects/camera-rescue/
Get source code:
$ darcs get http://darcs.ocamlcore.org/repos/camera-rescue
Browse source code:
http://darcs.ocamlcore.org/cgi-bin/darcsweb.cgi?r=camera-rescue;a=summary
[Generated by 'OASIS announce']
_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs
Out of curiosity, what is the difference with recoverjpeg (except the
programming language)?
http://www.rfc1149.net/devel/recoverjpeg
Regards,
--
Gabriel Kerneis
As another user points me to, there is also:
http://www.cgsecurity.org/wiki/PhotoRec
camera-rescue is probably not as good as these other tools. There are
plenty of tools like this one. But it makes a good example code ;-)
Regards,
Sylvain Le Gall