diff options
| -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 |
