Skip to content

dcraw (Camera RAW format processor) from Dave Coffin with updates, additionally maintain exif data for using it with Agisoft PhotoScan

Notifications You must be signed in to change notification settings

MartinMittring/dcraw_exif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

dcraw_exif

This project is not part of UnrealEngine but it was used for the UnrealEngine Kite demo. See: https://www.youtube.com/watch?v=_zVddsYKZnw https://www.youtube.com/watch?v=clakekAHQx0

The code was tested with multiple Canon cameras using the .CR2 (raw) format as input.

Typical commandline: dcraw -4 -w -o 1 -T -Z 18 15 -n 100 MyPath/MyImage.CR2

  • -4 => Linear 16-bit
  • -w => use camera white balance
  • -o 1 => sRGB (?? is that right?)
  • -T => Write TIFF
  • -Z 18 15 => crop the borders like Canon would do it to get the same sized image
  • -n 100 => fixes noise in the darks

Compile with Visual Studio 2012:

  • Create new console application
  • add dcraw.c
  • compile (some warnings are not fixed yet)

History:

About

dcraw (Camera RAW format processor) from Dave Coffin with updates, additionally maintain exif data for using it with Agisoft PhotoScan

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages