schoolpost / PiDNG

Create Adobe DNG RAW files using Python. Works with any Bayer RAW Data including native support for Raspberry Pi cameras.
MIT License
199 stars 37 forks source link

Convert .raw to .dng on IMX219 or OV5647 #61

Open Jackjiang313 opened 2 years ago

Jackjiang313 commented 2 years ago

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.

universe241981 commented 2 years ago

The libcamera-raw command should capture the image and save it in two files (jpg & dng). Unless some other file format you wanna convert to, otherwise, should no need to go through PiDNG.