×

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

Bi-monthly release with minor bug fixes and improvements

Driver for Raspberry Pi "High Quality Camera?"

  • Posts: 44
  • Thank you received: 10
Good deal. Is there any way that you could post one of your raw files?
Last edit: 3 years 11 months ago by J. Hill.
3 years 11 months ago #54054
The topic has been locked.
  • Posts: 49
  • Thank you received: 12
The full rawfile is 22M so sorry no I can't, at least not here. But think I do know everything needed not for the format. I described it the README github.com/lboclboc/indi_raspistill/blob/master/README.md

To clearify the README file a bit, the rows are in groups of three bytes. First line is repeated [Blue 8 low bits] [ Green1 8 low bits] [ Blue high 4 bits + Green1 high 4 bits << 4 ] ....
The even lines are [ G2 ] [ R ] [G2+R]

And the problem with getting a FITS-file in INDI is also working now. I just wrote the bytes in the image buffer to INDI i the wrong order.
The following user(s) said Thank You: Eric, Jay
Last edit: 3 years 11 months ago by Lars Berntzon.
3 years 11 months ago #54058
The topic has been locked.
  • Posts: 49
  • Thank you received: 12
Ive uploaded a new file now that kind of sort of works actually: github.com/lboclboc/indi_raspistill/rele...V0.1/indi_raspistill
3 years 11 months ago #54101
The topic has been locked.
  • Posts: 5
  • Thank you received: 0
How does one install this driver into Astroberry? I searched the Readme and if it's there, I'm not bright enough to find it.

-Jim
3 years 9 months ago #56037
The topic has been locked.
  • Posts: 5
  • Thank you received: 0
I compiled the driver, but when I start it with "indiserver -v indi_raspistill" I get this error:

execlp: No such file or Directory
... driver indi_raspistill: stderr EOF

Any ideas?
3 years 9 months ago #56042
The topic has been locked.
This driver is now available in StellarMate:

sudo apt-get update && sudo apt-get -y install indi-rpicam
The following user(s) said Thank You: James McPherson
3 years 9 months ago #56051
The topic has been locked.
  • Posts: 1119
  • Thank you received: 182
In reading this post, I came across this website:

astronomy.robpettengill.org/astroRPi.html

The quality he was able to coax out of the rpicam back in 2016 blows my mind. Look at the image he got of Jupiter and compare that to the result he got with a ZWO. The new 12 MP camera should easily be on par then.
3 years 9 months ago #56057
The topic has been locked.
  • Posts: 5
  • Thank you received: 0
I bought and installed stellarmate. After installing indi-rpicam, when I start it with indiserver -v, the result is the same as the compiled version from astroberry.

Any idea what I'm doing wrong?
Last edit: 3 years 9 months ago by James McPherson.
3 years 9 months ago #56068
Attachments:
The topic has been locked.
  • Posts: 5
  • Thank you received: 0
I didn't figure out why I couldn't enable it from the command line, but I was able to enable it from the INDI Control Panel and then open PHD2 and start streaming images to it.

Is it still a 1 second limit for the exposures?

-Jim
Last edit: 3 years 9 months ago by James McPherson. Reason: Updated information.
3 years 9 months ago #56070
The topic has been locked.
  • Posts: 49
  • Thank you received: 12
Ok, seems the actual binary is missing for some reason. Ill have a look at it.
3 years 9 months ago #56083
The topic has been locked.
  • Posts: 49
  • Thank you received: 12
Yes, there should be no HW-limit to that 1sec as far as I know but the documentation for this camera is very sparse. Ill keep trying to increase the time.
3 years 9 months ago #56084
The topic has been locked.
The binary is not missing, it should be
indiserver -v indi_rpicam

not indi-rpicam. This is why you can use KStars/PHD2 to start it since the binary is correct there.
The following user(s) said Thank You: Lars Berntzon, James McPherson
3 years 9 months ago #56091
The topic has been locked.
Time to create page: 0.705 seconds