raspberrypi / picamera2

New libcamera based python library
BSD 2-Clause "Simplified" License
824 stars 176 forks source link

[OTHER] DNG Format Issue #1003

Open Ayanhb opened 5 months ago

Ayanhb commented 5 months ago

So I am having trouble with .DNG format. When I do it in the terminal I get some decent images (monochromed but 253 x 190 pixels). However, when I go into python (Visual Studio Code or Thonny), the .DNG image is just these white and grey boxes (4056 x 3040 Pixels)... does anyone know what I am doing wrong here?? The plan is for me to take both JPG and DNG, and then with the DNG convert it to a Tiff format. Then convert the Tiff to grayscale. And then from there I am able to calculate for the Albedo. PLEASE HELP

IMG_1619 IMG_1620 IMG_1621

davidplowman commented 5 months ago

Hi, I think I've answered this on the forum now.