Create Adobe DNG RAW files using Python.
- 8,10,12,14,16-bit precision
- Lossless compression
- DNG Tags ( extensible )
- OV5467 ( Raspberry Pi Camera Module V1 )
- IMX219 ( Raspberry Pi Camera Module V2 )
- IMX477( Raspberry Pi High Quality Camera )
Requires:
- Python3
- Numpy
From PyPI:
python3 -mpip install PiDNG
Latest version from GitHub:
python3 -mpip install git+https://github.com/schoolpost/PiDNG.git
Source referenced from:
CanPi ( Jack ) | color-matrices
Waveform80 | picamera
Krontech | chronos-utils
Andrew Baldwin | MLVRawViewer