ASI ZWO SDK is proprietary, afaict

tis
Jeff Moe 2022-08-07 16:23:44 -06:00
parent d4635b1a6a
commit 84033224c2
1 changed files with 15 additions and 5 deletions

View File

@ -118,15 +118,25 @@ sudo adduser debian plugdev
sudo adduser debian video
```
## ZWO ASI183MC Pro.
## ASI ZWO ASI183MC Pro.
Download SDK from ASI. It is under a permissive license,
for the binaries, but where is the source?
It appears it is proprietary software. There are libre
implementations, such as for INDI.
* https://astronomy-imaging-camera.com/software-drivers
Set up udev:
```
echo 'SUBSYSTEM=="usb", ATTRS{idVendor}=="03c3", ATTRS{idProduct}=="183f", \
MODE="0660", GROUP="plugdev"' | \
sudo tee /etc/udev/rules.d/50-zwo.rules
tar xf ASI_linux_mac_SDK_V1.26.tar.bz2
cd ASI_linux_mac_SDK_V1.26/
# Set up permissions with udev:
cat lib/asi.rules | sudo tee /etc/udev/rules.d/50-asi.rules
```
## Web Cam
Perhaps like this using a web cam and OpenCV