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
Languages
Python
97.9%
Nix
2.1%