PiDNG
PiDNG copied to clipboard
Create Adobe DNG RAW files using Python. Works with any Bayer RAW Data including native support for Raspberry Pi cameras.
It recently came to my attention, through a patch sent to the libcamera mailing list (https://lists.libcamera.org/pipermail/libcamera-devel/2022-July/032036.html), that PiDNG stores all tags in IFD0. The DNG specification (https://helpx.adobe.com/content/dam/help/en/photoshop/pdf/dng_spec_1_6_0_0.pdf) states the following,...
Hi, thanks for your great project, I got the segmentation fault when I was converting a RAW image into 16bits compressed DNG. Seems bug from 'pack16tolj' ```python tile = pack16tolj(rawFrame,...
If use libcamera-raw to capture raw data on imx219 or ov2647, how to convert? The current code does not seem to support these two cameras.
mattg: edits to allow rpicam_file example to work on hard coded values, and draw image to a canvas
The DNG specification supports so called "enhanced image data" since version 1.5.0.0. Does pidng support writing "enhanced image data" to the DNG file?
Hopefully an easy one: How do I install in a virtual environment on my Pi5?