2025-10-06 15:38:59 +08:00
2025-12-05 19:03:56 +08:00
2025-09-09 11:55:22 +08:00
2025-10-08 14:29:30 +08:00
2025-09-16 14:48:10 +08:00
2025-10-08 14:52:05 +08:00
2025-09-16 14:51:24 +08:00
2025-10-08 14:29:30 +08:00

ASI USB Driver

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

Initialize camera:

python simpleui.py --init

Capture image:

python simpleui.py --capture image.raw

Capture ROI:

python simpleui.py --width 512 --height 512 --startx 16 --starty 16 --capture image.raw

Preview video stream:

python simpleui.py --init --preview
Description
ASI usb driver using pyusb
Readme ISC 227 KiB
Languages
Python 97.9%
Nix 2.1%