×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

INDI Driver for SVBONY cameras

  • Posts: 67
  • Thank you received: 0

Thanks Blaise.
When do you expect the latest build will be incorporated into Astroberry/AstroDMx? I rather not attempt another build because my last one failed.
3 years 4 months ago #62808
The topic has been locked.
  • Posts: 149
  • Thank you received: 31
Hi Ginger,

Right, but it's a bit ugly. I don't recommend it.
My QHY5 worked find during 5 years. It died on october.

I don't know. It depends on Jasem's release life cycles. But it will soon be available in the indi nightly repo : launchpad.net/~mutlaqja/+archive/ubuntu/indinightly/

What kind of error ?

Best regards
3 years 4 months ago #62817
The topic has been locked.
  • Posts: 67
  • Thank you received: 0

Sorry for the delay Blaise.

You can read my timeline starting around post #58438.

I "gave up" at post #59347 because a working driver was released with AstroDMx on Aug 31st.

The process was a little frustrating to this newbie so I took the easy route.

You and all the other contributors were very helpful along the way. I just gave up because I was so anxious to try the SV305 with my RPi 4B.

My programming skills and patience have definitely taken a left turn over the last 30 years.

Cheers

Doug
3 years 4 months ago #62864
The topic has been locked.
  • Posts: 10
  • Thank you received: 1
@JonCarleton I actually have 2 drivers listed for the sv305. One is the SV305 CCD, this one does not connect to the camera and SVBONY SV305, this one connects to the camera. It's strange though as when you hover over the selection its give the same .exe (indi_sv305_ccd) but list different drivers. The sv305 ccd shows driver SV305 CCD and the svbony sv305 shows driver SVBONY SV305. Not to sure if this is a drive conflict from the same .exe. I tried binning at 4x but it still hangs.

@gingerbreadassasin The camera is connected directly to the rpi4 usb3. I tried both ports and the usb 2 ports. Oddly enough I get more exposures with the usb2 ports before it hangs then with the usb3 ports. For testing purposes I removed all other usb devices (onstep mount, Nikon d5300, and thumbdrive) from the pi. The cable supplied with the camera is 6ft. I order 2 more 3 ft. ones to test with. I also tested the camera on my windows desktop with phd2 and ascom, work as it should but couldn't change binning for some reason. I think it may have something to do with the usb power and cable length. I'll test more when the new shorter cables show up to day.
3 years 4 months ago #62870
The topic has been locked.
  • Posts: 215
  • Thank you received: 16
@jaytay -- I run my cameras off a powered USB hub. In the past, I had issues with running them directly off the Pi USB ports. It caused low-power alerts on the Pi. Ever since I started using a powered hub, I stopped having camera issues with the Pi on all the cameras I use. The problem with power was not exclusive to Svbony cameras.
3 years 4 months ago #62895
The topic has been locked.
  • Posts: 67
  • Thank you received: 0

Interesting Jon. How were the power alerts displayed and which OS were you using? I'm running Astroberry.
You are using an RPi 4B I assume.

Doug
3 years 4 months ago #62896
The topic has been locked.
  • Posts: 215
  • Thank you received: 16
@jaytay: On Raspbian, there is a little lightening bolt in the upper right Desktop display. You should also see notes in some of the logs, such as /var/log/syslog or /var/log/messages. The Pi has had power issues for a long time even without heavy loads attached to the USB ports.
3 years 4 months ago #62910
The topic has been locked.
  • Posts: 48
  • Thank you received: 0
I have been having some issues with the stability of the SV305 with the device requiring power cycle. always on 12 - bit, never tried 8 - bit., and lately it was progressively getting worse with weird earthing issue and the rpi4 refusing to boot up when it is connected to the raspberry pi. turns out, the issue was the supplied usb cable. I had a spare cable and using that seemed to have sorted all problems for now.
3 years 4 months ago #62911
The topic has been locked.
  • Posts: 33
  • Thank you received: 15
Generally, the RPi4 has all 4 USB ports tied into a single PCIe lane limited to 4Gb/s (the SD card uses USB also). The whole Pi, has a max current limit of 1.2a, including board power, and whatever goes out the USB ports. This is why so many people have trouble running gear off the Pi's USB ports.

So, a good first step for problems with all USB gear attached directly to the Pi, is to move it off to a powered hub. Consider that any form of disk write, including images, temporary files, etc, are going to use a lot of USB bandwidth, and since USB 3.0 has a limit of 5Gb/s, and the Pi can do only 4, directly attached devices that use both current and bandwidth (like Cameras of any sort) are an iffy proposition at best, and often produce weird problems, problems caused by starving other devices, or just not working at all.

Another USB issue to keep in mind on the Pi4, is that the USB2.0 ports share a common root port - there is an integrated USB2.0 4-port hub in the VLI chip, so the total USB2.0 bandwidth across all 2.0 ports is 480mbit/s. USB3.0 hubs forward *both* USB3.0 and USB2.0 traffic, so the bandwidth limit applies even if you plug a USB2.0 device into a downstream USB3.0 hub. The PI's VLI chip can only handle 480Mbs total, and a USB2.0 camera can easily starve that, if it's using USB2.0, and even if its attached to a USB3 external powered hub. Something Astroberry and Stellarmate users should be aware of.

Power-wise, the RPi4 uses 575 mA at idle. Thus, there remain only 625mA for all other directly attached devices, but only when the PI is doing nothing at all. Typically, under normal loads, the Pi probably pulls more like 650-850 mA during normal use, leaving 400-500 mA for all directly attached devices. This creates a problem - The USB 2.0 specs call for the capability to use up to 500mA per connection, and 900mA for USB3.0. The Pi can't cover the potential load the spec places on it's (2) 3.0 and (2) 2.0 ports, which together would require 2800mA of power to attached devices to meet the basic USB spec.

Best practice - minimize the use of USB2.0 ports to the maximum extent possible, and move all devices requiring power to a powered USB3.1 hub.

Isn't the SV-305 a usb2.0 camera?
Last edit: 3 years 4 months ago by Brian Davis. Reason: clarify
3 years 4 months ago #62912
The topic has been locked.
  • Posts: 67
  • Thank you received: 0
Very interesting details bdavis.
Considering the SV305 (for example) uses 500mA, there is not much left for other USB "stuff".
3 years 4 months ago #62920
Attachments:
The topic has been locked.
  • Posts: 10
  • Thank you received: 1
Just got done trying the shorter cables. No luck. Same issues. No matter if I set it to 8-bit, 2x, 3x, or 4x binning it hangs. I should have a powered usb hub tomorrow to test. I checked to log files and found nothing about low power warnings or any power warnings of any kind. Attached is a snip of the log file when the hang happens. It will keep timing out then reconnect after about 60 seconds of timeouts. I'll do a clean install of astroberry to see if there are any issues there. Maybe it'll fix my crashing issue when completing a polar alignment.
3 years 4 months ago #62927
Attachments:
The topic has been locked.
  • Posts: 67
  • Thank you received: 0

Have you tried the SV305 with AstroDMx instead of KStars/Ekos?
3 years 4 months ago #62929
The topic has been locked.
Time to create page: 0.554 seconds