Joakim replied to the topic 'INDI Driver for SVBONY cameras' in the forum. 2 years ago

Another update,
I flashed a fresh Raspberry buster and used the AstroPI3 script to install everything. All drivers I'm using (incl sv305) worked. What was missing was the ekos part of kstars. That was solved by installing it from the ppa.
So in short I have a setup that works, but I don't know if I'll ever dare to update it...

Read More...

Joakim replied to the topic 'INDI Driver for SVBONY cameras' in the forum. 2 years ago

Hi Jasem!

I'm new to this so I don't know all the tools yet.
I built the ekos debugger according to the instructions in this post: indilib.org/forum/ekos/7245-new-tool-eko....html?start=12#75533
and I got the attached logs by running the indiserver from the tool.

I haven't done c/c++ since my school days and I don't know the the project that well yet, so I don't know what to make of the segfault, any ideas?

Thanks!

Read More...

Joakim replied to the topic 'INDI Driver for SVBONY cameras' in the forum. 2 years ago

Update from today's effort

I tried with purging all indi and astroberry packages and then reinstalled them (apt-get, purge, autoremove and install) with the same result as previous, the sv305 driver crashed on connection.

What I tried after that was to purge everything again and compile indi (core and drivers) from source (master branches). After that I can connect to the camera, live stream works but it always crashes when I try a capture. Log attached 

File Attachment:

File Name: sv305-2022-01-05.txt
File Size: 186 KB
.

So close..., anyone with any ideas on what to try next?

Read More...

Joakim replied to the topic 'INDI Driver for SVBONY cameras' in the forum. 2 years ago

Well, that happiness was unfortunately short-lived :/
Pulled an update today (sudo apt-get update && sudo apt-get -y dist-upgrade) and now the sv305 driver crashes when I try to connect. Pretty sure the sv305 driver didn't change, but it upgraded some indi packages (my Canon DSLR started working)
I've attached the logs, and this line seems worrying 

INDI Server:  "2022-01-05T00:17:03: Driver indi_sv305_ccd: Impossible IPState 1598309187"
Any idea on what to do?
Cheers!

Read More...

Joakim replied to the topic 'INDI Driver for SVBONY cameras' in the forum. 2 years ago

Pretty sure I tried it before, but now it worked:

sudo apt update
sudo apt upgrade

On the plus side I got the complete dev environment installed in the process wink.png
Many thanks!

Read More...

Joakim replied to the topic 'INDI Driver for SVBONY cameras' in the forum. 2 years ago

I built the latest from source in effort to get it working, but maybe a fresh install would do it, I'll give that a go after new years. 

The camera works with the raspberry using AstroDMx (and Sharpcap on windows) so the camera seems fine. 
Are you using 32 or 64 bit OS? 
Also I'm using the raspberry pi 4 8GB, what have you tried it on? 
Cheers

Read More...

Joakim replied to the topic 'INDI Driver for SVBONY cameras' in the forum. 2 years ago

I'm trying to get my SV305M Pro working with an astroberry setup and I'm pulling my hair.
I've tried building and installing the lib and drivers from your repo, running the indiserver seperate and from ekos with no success, the output I get is always2021-12-28T21:53:33: [ERROR] Error, get camera pixel size failed2021-12-28T21:53:27: [INFO] Attempting to find the SVBONY SV305 CCD...

And then nothing more, any pointers on what to try next?

Many thanks!

Read More...

Damn it...??