caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [ANN] camera-rescue v0.0.1: Recover JPEG files from a crashed SD/MMC/CF camera memory card
@ 2010-09-07 20:50 Sylvain Le Gall
  2010-09-08 13:53 ` [Caml-list] " Gabriel Kerneis
  0 siblings, 1 reply; 3+ messages in thread
From: Sylvain Le Gall @ 2010-09-07 20:50 UTC (permalink / raw)
  To: caml-list

This program searches for JPEG files into a dump of a memory card (a RAW
file). Once found, each files is saved in a different JPEG file.

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']



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Caml-list] [ANN] camera-rescue v0.0.1: Recover JPEG files from a crashed SD/MMC/CF camera memory card
  2010-09-07 20:50 [ANN] camera-rescue v0.0.1: Recover JPEG files from a crashed SD/MMC/CF camera memory card Sylvain Le Gall
@ 2010-09-08 13:53 ` Gabriel Kerneis
  2010-09-08 14:19   ` Sylvain Le Gall
  0 siblings, 1 reply; 3+ messages in thread
From: Gabriel Kerneis @ 2010-09-08 13:53 UTC (permalink / raw)
  To: Sylvain Le Gall; +Cc: caml-list

On Tue, Sep 07, 2010 at 10:50:42PM +0200, Sylvain Le Gall wrote:
> This program searches for JPEG files into a dump of a memory card (a RAW
> file). Once found, each files is saved in a different JPEG file.

Out of curiosity, what is the difference with recoverjpeg (except the
programming language)?

http://www.rfc1149.net/devel/recoverjpeg

Regards,
-- 
Gabriel Kerneis


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ANN] camera-rescue v0.0.1: Recover JPEG files from a crashed SD/MMC/CF camera memory card
  2010-09-08 13:53 ` [Caml-list] " Gabriel Kerneis
@ 2010-09-08 14:19   ` Sylvain Le Gall
  0 siblings, 0 replies; 3+ messages in thread
From: Sylvain Le Gall @ 2010-09-08 14:19 UTC (permalink / raw)
  To: caml-list

On 08-09-2010, Gabriel Kerneis <kerneis@pps.jussieu.fr> wrote:
> On Tue, Sep 07, 2010 at 10:50:42PM +0200, Sylvain Le Gall wrote:
>> This program searches for JPEG files into a dump of a memory card (a RAW
>> file). Once found, each files is saved in a different JPEG file.
>
> Out of curiosity, what is the difference with recoverjpeg (except the
> programming language)?
>
> http://www.rfc1149.net/devel/recoverjpeg
>

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-09-08 14:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-07 20:50 [ANN] camera-rescue v0.0.1: Recover JPEG files from a crashed SD/MMC/CF camera memory card Sylvain Le Gall
2010-09-08 13:53 ` [Caml-list] " Gabriel Kerneis
2010-09-08 14:19   ` Sylvain Le Gall

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).