Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.21 KB

File metadata and controls

36 lines (25 loc) · 1.21 KB

mu-rasppi

Example scripts for capturing and converting raw camera data to DNG using muimg.

Scripts

Script Description Audience
zwo_capture.py Live capture from ZWO ASI cameras to DNG Astrophotography
picamera2_capture.py Picamera2 capture & DNG benchmark Raspberry Pi

Documentation

Installation

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)

License

MIT License - See LICENSE file for details.

Credits