Rashed replied to the topic 'INDI Driver for SVBONY cameras' in the forum. 4 years ago

dlwmacgregor wrote: Interesting.

I'm using a Raspberry Pi 4B with the latest release of Astroberry.

All other settings have no errors.

Yes. multiple power resets of both camera and Pi.

Probably best to wait until SVBONY replies to thx_8411.


Okay i was able to reproduce your error:

there is what needs to work around the device done to get to the error (or in my case why i did not see the error)
1. connect to device.
2. capture a 1 second shot
3. change gain - now it will work.

see screenshot for confirmation. I took a picture between 16:01:15 and 16:01:25 - I suppress those logs in the source.

From briefly looking at it, the issue it seems is with INDI and not the SDK. I have expanded the log, and you can see that the value it is trying to assign is zero, which is an invalid entry. so it fails. however, once the first frame has been taken, it seems the correct value is being passed. strange indeed.

Read More...