×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

INDI Driver for SVBONY cameras

  • Posts: 2
  • Thank you received: 0
Thanks for your reply. I’m very new in this game, but I will try to check if I have the latest driver and the latest software on the stellarmate. I have two cameras attached to the stellarmate, the other camera is an altair 183c where there are no problems. So wondering if banding should be a power issue, but maybe I should consider trying a power hub in between.
2 years 7 months ago #75259
The topic has been locked.
  • Posts: 149
  • Thank you received: 31
Hello !

<< Thanks to the great work by Mr. Collin >>

You're welcome Jasem. In facts, I'm just a selfish guy. I wanted my camera to work on my setup ;-)

Best regards !

Thx8411

 
2 years 7 months ago #75324
The topic has been locked.
  • Posts: 149
  • Thank you received: 31
Hi Casper,

It's just a guess.

On my setup, I use a 12v powered hub, powering my DSLR, my raspberry with Stellarmate OS (Thanks Jasem, great tool !) and my SV305.
The raspberry doesn't power anything, and I don't have any banding. No banding on my SV305 PRO either (direct laptop USB3 powering, for planetary).

The 183c power regulation is certainly much better than the SV305 one.

Best regards,

Thx8411
2 years 7 months ago #75326
The topic has been locked.
  • Posts: 149
  • Thank you received: 31
Hello !

@Toby

I got the last Mac OS X SDK from SVBONY, and submitted a pull request which should (hopefully) work.
Stay tuned.

Best regards,

Thx8411
The following user(s) said Thank You: Toby
2 years 6 months ago #75757
The topic has been locked.
  • Posts: 8
  • Thank you received: 0

Replied by Toby on topic INDI Driver for SVBONY cameras

Fantastic news!
2 years 6 months ago #75759
The topic has been locked.
  • Posts: 124
  • Thank you received: 13
​​​​I have SV105 and using V4L2 driver it works good, but I bought better cable. Rarely freezes, but it is not so sensitive and 0.5s max exposure time is disaster. Also for my version you have to set Gain to 67, because in 68 it goes back to 0 amd 100 is around 40 actually and 67 is 100.
2 years 6 months ago #75760
The topic has been locked.
  • Posts: 149
  • Thank you received: 31
Hello Outta,

Thanks for your report, but SV105 and SV205 are completely different devices.
Did you look at this page ? : indilib.org/ccds/web-cameras.html

Best regards,

Thx8411
2 years 6 months ago #75798
The topic has been locked.
  • Posts: 124
  • Thank you received: 13
Hi Colin,

Yea, I was actually trying to reply to post from previous page but forum does not. work well woth quotes in mobile so I used just quick reply and post seems out of. contex.

I use exactly that driver that you linked and it works almost as good for me as I would expect only issue is extremely low native exposure of cam itself so. it basically it cannot be called astronomy camera.
2 years 6 months ago #75835
The topic has been locked.
  • Posts: 149
  • Thank you received: 31
Hello,

Don't expect miracles from a 50$ camera. In my mind, SV105 and SV205 can be used as "Moon electronic eyepieces", or cheap planetary imagers, but no more.
In my opinion, the cheapest "Astronomy" cameras are the T7C, and better, the T7M. The T7M is a nice guiding cam.

The SV305 does a great job for it's price : Guiding, Planetary and some easy Deep Sky.

I will perhaps buy an SV305M Pro to test it on lucky imaging in the coming days.
A mono IMX290 should give some results.

Best regards,

Thx8411
 
2 years 6 months ago #75944
The topic has been locked.
  • Posts: 152
  • Thank you received: 20
Hi Colin, so my new SV305M Pro is on my desk and now I would like to ask you for small support: how can I build the driver?
Thank you
edit: I have tried the included driver and getting Error get camera pixel size failed (on linux laptop)
Last edit: 2 years 6 months ago by hades.
2 years 6 months ago #76157
The topic has been locked.
  • Posts: 149
  • Thank you received: 31
Hi Hades !

Don't worry, it will perhaps be a bit time consuming, but we will get something working at the end ;-)
It seams to be an SDK issue.

We will proceed step by step.

What linux distribution do you use ?

First, you must get the sources from my repository in the folder of your choice :

>git clone github.com/thx8411/indi-3rdparty.git

If git isn't installed, you will have to get it.
On debian based distributions :

>sudo apt-get install git

In that folder of your choice, create a new folder :

>mkdir sv305-build

go in that folder :

>cd sv305-build

and try to build the driver :

>cmake ../indi-3rdparty/indi-sv305/
>make

It will certainly fail, due to missing dependencies. Then, please send me the "cmake" output.

If it doesn't fail, plug your camera, and, in the same folder, try :

>indiserver ./indi_sv305_ccd

In Ekos, create a test profile :

Mode : remote
Host : localhost
Port : 7624 (the default port)
CCD : SVBONY SV305

Start Ekos with that profile

If you get the "Pixel size" error, we are ready to work on the fix ;-)

To stop the driver, juste use "CTRL C" in the terminal window you started it.

Best regards !

Thx8411
2 years 6 months ago #76249
The topic has been locked.
  • Posts: 149
  • Thank you received: 31
PS : I just reported the issue to SVBONY

And I forgot to say, you will have to install "cmake" too ;-)
Last edit: 2 years 6 months ago by Collin.
2 years 6 months ago #76250
The topic has been locked.
Time to create page: 0.872 seconds