diff options
| author | Ingar <ingar@telenet.be> | 2024-11-08 13:10:55 +0100 |
|---|---|---|
| committer | Ingar <ingar@telenet.be> | 2024-11-08 13:10:55 +0100 |
| commit | 716948890133c07cefea6eed8789bc85859137d2 (patch) | |
| tree | 7a539c80c10e3a193801d5d613a8b34bd3ed9f9b | |
| parent | 1594fc615245a40548856a2c86663f1e50d4d211 (diff) | |
Documented DNG to TIFF conversion with dcraw.
| -rwxr-xr-x | camera/camera | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/camera/camera b/camera/camera index b777418..75b6213 100755 --- a/camera/camera +++ b/camera/camera @@ -4,6 +4,8 @@ # rpicam-still frontend script # This script requires a patched version of the rpicam-apps package # +# To convert the raw DNG images to TIFF +# dcraw -v -q 3 -o 1 -g 1 1 -r 2.9 1 1.7 1 -6 -T -W DT_image.dng # supports manual mode and timelapse |
