Example scripts for capturing and converting raw camera data to DNG using muimg.
| Script | Description | Audience |
|---|---|---|
zwo_capture.py |
Live capture from ZWO ASI cameras to DNG | Astrophotography |
picamera2_capture.py |
Picamera2 capture & DNG benchmark | Raspberry Pi |
- Astronomy / ZWO — ZWO ASI live capture; FITS→DNG conversion is in mu-dng-converter
- Raspberry Pi Camera — Picamera2 benchmark & DNG writing
git clone https://github.com/mu-files/mu-rasppi.git
cd mu-rasppi
python3 -m venv venv
pip install -e ".[zwo]" # ZWO ASI support (zwoasi)
pip install -e ".[pi]" # Raspberry Pi support (picamera2, PiDNG)MIT License - See LICENSE file for details.