forked from M-Labs/asi_usb_driver
This branch is 6 commits behind M-Labs/asi_usb_driver:master
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
Languages
Python
98.1%
Nix
1.9%