schoolpost / PiDNG

Create Adobe DNG RAW files using Python. Works with any Bayer RAW Data including native support for Raspberry Pi cameras.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

convert JPEG+RAW files into DNGs

HaoxiangZhu949 opened this issue · comments

Hi, I have gotten the JEPG+RAW file using commend 'raspistill -raw -o image.jpg' and I am trying to convert JPEG+RAW files into DNGs following this tutorial https://www.raspberrypi.com/news/processing-raw-image-files-from-a-raspberry-pi-high-quality-camera/
However, this project is moved from PyDNG to PiDNG and the examples are changed. So I could you tell me how can I convert the JEPG+RAW files taken by HQ CAM to DNG please?
Thanks so much

Hi,

PiDNG as of verison 4 has some major changes, one of them is deprecating support for the JPEG+RAW format.

If you still want to convert those, you will need to install an older verison of PiDNG:
https://github.com/schoolpost/PiDNG/tree/30bee229654f07532a473963e7c704a4a8e1af04

Clone that version, cd into the folder and install using:
pip3 install .