aaronwmorris / indi-allsky

Software to manage a Linux-based All Sky Camera.
GNU General Public License v3.0
190 stars 31 forks source link

ZWO drivers. #1271

Closed ikeysolomon closed 1 month ago

ikeysolomon commented 1 month ago

Hi, I have a Zwo asi120mc I am trying to get going. Installing the latest release, I am given two options asi single and asi all. Unfortunately I chose asi single. When I went into the local page after install It said that no camera was detected.

Is there a way to install the other asi driver without too much fuss?

Thank you.... (getting closer haha)

aaronwmorris commented 1 month ago

You can re-run setup.sh to change the driver being used. The ASI120 should work with either indi_asi_ccd or indi_asi_single_ccd.

I would reboot after changing the driver. Also, if you disconnect the camera, you will need to restart the indiserver to re-initialize the connection to the camera.

systemctl --user restart indiserver
ikeysolomon commented 1 month ago

Rebooting solved the issue, thanks heaps!