This branch is 6 commits behind M-Labs/asi_usb_driver:master
2025-10-06 15:38:59 +08:00
2025-10-06 15:38:59 +08:00
2025-09-09 11:55:22 +08:00
2025-09-09 11:55:22 +08:00
2025-09-16 14:48:10 +08:00
2025-09-16 17:54:28 +08:00
2025-09-16 14:51:24 +08:00

ASI USB Driver

USB driver for the ASI662MM astronomy camera, implemented in Python with pyusb.

Initialize camera:

python driver.py --init

Capture image:

python driver.py --capture image.raw

Capture ROI:

python driver.py --width 512 --height 512 --startx 16 --starty 16 --capture image.raw
Description
ASI usb driver using pyusb
Readme ISC 220 KiB
Languages
Python 98.1%
Nix 1.9%