×

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

Bi-monthly release with minor bug fixes and improvements

Driver for Raspberry Pi "High Quality Camera?"

  • Posts: 12
  • Thank you received: 1
Hi,
Just joined the forum after looking for solutions to problems I am having with my RPI HQ Camera and Kstars/Ekos/Indi.

Grateful for all the good work in this thread. It has helped quite a lot, but i am still not sure I am in control of exposure time - it seems most of the time I am trying things in the dark, (sorry no pun intended).

I'll keep following the thread, but if there is any thing I can do by way of testing etc? ps: i'm not a programmer!!
3 years 2 months ago #65588
The topic has been locked.
  • Posts: 12
  • Thank you received: 1
Hi,
I've been stuck on this issue for a couple of weeks now. Just once I managed to get long exposures, but do not seem to reliably get it to work.
I have an RPi HQ camera on a RPi4 4GB, running astroberry 2.0.3. I did a fresh install a couple of days ago, to no avail.
Camera works OK with long exposures from the command line.

So far best way seems to be
Start up Kstars/Ekos & select profile
Set gain to anything other than the default '--" (dont seem to be able to change this default)
Try & do a long exposure - it will ignore the value and do a 1 second exposure first time
Thereafter it seems to respond to long exposure request

I'm hopeful for a solution, and in the meantime if I can help with any testing (I'm retired!) to try and pin down any issues I'd be more than happy.

Best regards
Keith
Last edit: 3 years 1 month ago by Keith Venables.
3 years 1 month ago #66342
The topic has been locked.
  • Posts: 49
  • Thank you received: 12
I know about the problem and it is very annoying, sometimes I can get long exposures very reproducible. Probably we only need to figure out how to set the correct sensor-mode for the HiQ camera, but I have not found such documentation. Ive sent request to Sony about their sensor, but no reply. Berhaps I should ask Broadcom instead ..
3 years 1 month ago #66394
The topic has been locked.
  • Posts: 12
  • Thank you received: 1
I've found the following command line always works ok, first time, any time. Somethingabout First Mode seems rekey perhaps?
raspistill -t 1 -md 3 -bm -ex off -ag 1 --shutter 200000 -ISO 800 -st -o /home/astroberry/Desktop/long.jpg
3 years 1 month ago #66423
The topic has been locked.
  • Posts: 49
  • Thank you received: 12
Yes, mode is the key probably. QRainman has provided me with lot of information so Ill update the code from this.
3 years 1 month ago #66425
The topic has been locked.
  • Posts: 12
  • Thank you received: 1
OOps typo & autocorrect - meant to be "Burst Mode"!
3 years 1 month ago #66426
The topic has been locked.
  • Posts: 49
  • Thank you received: 12
Oh, ok. That was interesting for sure. Ill see if I can find anything there.
Thanks, Lars
3 years 1 month ago #66429
The topic has been locked.
  • Posts: 49
  • Thank you received: 12
Ok, done some testing today. Neither burst mode or hard setting a mode seems to help. Also I see that when I use raspistill to get a 5 s exposure it can take up to 45 seconds. That is really strange I think.
3 years 1 month ago #66444
The topic has been locked.
  • Posts: 44
  • Thank you received: 10
Yeah. That one had me stumped for a while. Seems that raspistill will go through several frames (around 7 of them) before it presents the final frame to the user. Each frame is the length of the exposure time that has been set. That is the very reason for implementing raspiraw in my driver after attempting to use raspistill.
3 years 1 month ago #66454
The topic has been locked.
  • Posts: 12
  • Thank you received: 1
Did you try the raspistill line I posted earlier?

For me, as written, the image is saved after about 1 second longer than the set exposure length. ie for a 5 second it takes 6.
If I remove the -bm, it gets a little longer.
if I remove -ex off, it does indeed get very much longer.
3 years 1 month ago #66460
The topic has been locked.
  • Posts: 49
  • Thank you received: 12
You mean this: raspistill -t 1 -md 3 -bm -ex off -ag 1 --shutter 200000 -ISO 800 -st -o /home/astroberry/Desktop/long.jpg
Its a 0.2 s exosure, I have not had problems with that before.
3 years 1 month ago #66525
The topic has been locked.
  • Posts: 12
  • Thank you received: 1
sorry, I pasted a random line. I can adjust the --shutter right up to 10's of seconds.

That short exposure came from an experiment I did, changing the exposure length up in steps and looking at the histogram to make sure the actual image was getting stronger.
Last edit: 3 years 1 month ago by Keith Venables.
3 years 1 month ago #66526
The topic has been locked.
Time to create page: 0.395 seconds