Files
asi_usb_driver/README.md

410 B

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