Replies: 2 comments 1 reply
-
I have been working with someone else for the past 3 days on this issue. There is a bug with INDI 2.0.5 and some ZWO cameras, like the ASI224. https://github.com/aaronwmorris/indi-allsky/wiki/INDI-2.0.5-notes The fix is a setting for the camera. {
"PROPERTIES" : {
"CCD_CONTROLS" : {
"GPSStartLine" : 0
}
},
"SWITCHES" : {}
} |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi - and juhu. It works and I get images. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I installed the system with indiserver. The system detects my asi224 cam. It is connected with my raspberry 4B on the usb-c port.
But I get no images. In teh log-file there is:
#281: Capture worker exception: RuntimeError: Error while changing property CCD_CONTROLS
Has anyone an idea?
Beta Was this translation helpful? Give feedback.
All reactions