×

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

Bi-monthly release with minor bug fixes and improvements

Raspberry Pi HQ Autoguiding?

  • Posts: 8
  • Thank you received: 0

Replied by Damien on topic Raspberry Pi HQ Autoguiding?

Did you have any luck using the HQ camera?
3 years 3 months ago #67998

Please Log in or Create an account to join the conversation.

  • Posts: 3
  • Thank you received: 1
No I did not succeed and I moved on to use a TC7 (ASI120 clone) and it works. With the PI HQ, I could not get it to take images in the dark that looked anything like a star field with INDI. When I used some of the Raspbian web-based video tools. I was able to see bright star. This tells me the HQ camera can image in the dark but that it was INDIlib that could not configure it correctly. Note that back then, I was using the V4L2 driver. Am I mistaking or is there a driver for the the HQ camera now?
3 years 2 months ago #68031

Please Log in or Create an account to join the conversation.

  • Posts: 3
  • Thank you received: 1
So I used the V4L2 driver and it never occurred to me to check for a native driver but there is a rpicam driver here: github.com/indilib/indi-3rdparty/tree/master/indi-rpicam

The comments in cameracontrol.h states:
"Raspberry Pi High Quality Camera CCD Driver for Indi."
Last edit: 3 years 2 months ago by Marc Carrier.
3 years 2 months ago #68033

Please Log in or Create an account to join the conversation.

  • Posts: 4
  • Thank you received: 0
I'm new here interested in building the Pi4 server as part of the autoguider camera enclosure. Can you recommend a pi camera model suitable for autoguiding? Can the HQ bin under PHD controls? Does binning effectively increase the pixel size?

Thanks
3 years 2 months ago #68835

Please Log in or Create an account to join the conversation.

  • Posts: 11
  • Thank you received: 1
Am revisiting the idea this weekend - had dropped it as my RPi4 died and I had moved to another SBC (NanoPC T4) that is hardly drop-in compatible to the Rpi camera lineup.

However, am currently having worse and worse performance from my T7C, I found a solution to both the NanoPC compatibility and inconsistent pi cam support in INDI:
www.davidhunt.ie/raspberry-pi-zero-with-...amera-as-usb-webcam/

It’ll use a 10$ Pi Zero to turn the Pi Cam HQ into a USB UVC webcam. From there, it should JustWork (TM). I gain almost 100% sensor size, going from 1/3.2" to 1/2.3", smaller pixel size even with 2x2 binning and faster bandwidth. Down the road, also possibility of bluetooth connection if needed (although then still need to power the Pi Zero which is powered via usb otg anyway) and to add other pi-compatible sensors (thinking GPS/temp/humidity). Funnily, Arducam sells a picam-to-uvc board, for 100$. Here total cost will be 12-13$ (board + small SD card).

To be continued soon ;)
3 years 5 hours ago #71881

Please Log in or Create an account to join the conversation.

  • Posts: 124
  • Thank you received: 13

Replied by Outta on topic Raspberry Pi HQ Autoguiding?


Rendering Error in layout Message/Item: array_keys(): Argument #1 ($array) must be of type array, null given. Please enable debug mode for more information.

Please Log in or Create an account to join the conversation.

  • Posts: 5
  • Thank you received: 0
You may have solved my issue I've had the past couple weeks where my Rpi camera crashes on EKOS load while trying to use it for autoguiding! I can't find the driver file though - I know I have it installed because I can see it and select in in EKOS, but on Stellarmate OS I'm unable to find where the actual driver file itself is to make that code change... You wouldn't happen to be using Stellarmate also, would you? Or perhaps you know a shortcut to get to the drivers files from within KStars/EKOS? Thank you!
2 years 4 weeks ago #82729

Please Log in or Create an account to join the conversation.

  • Posts: 124
  • Thank you received: 13

Replied by Outta on topic Raspberry Pi HQ Autoguiding?

Hi

I am using astroberry not StellarMate but it is all linux it should be the same or similar enough.

Follow this post, you can download zip of thr file there:

indilib.org/forum/ccds-dslrs/6990-driver....html?start=72#82546

For the first attempt you can maybe try to just unpack zip and type in terminal:
sudo make install
it might work if not follow full guide how to build it.
2 years 3 weeks ago #82752

Please Log in or Create an account to join the conversation.

  • Posts: 5
  • Thank you received: 0
Following those instructions only gets me so far... I don't have a Projects/INDI-3rd-party folder in the same location as that script suggests. I'm looking through the file system now to see where the 3rd party folder is on StellarMate so I can execute the second half of your script. I got the prerequisites installed perfectly though, so thank you for getting me started.
2 years 3 weeks ago #82753

Please Log in or Create an account to join the conversation.

  • Posts: 5
  • Thank you received: 0
I went ahead and installed Astroberry, installed all 3rd party drivers, ran the code you suggested in the other thread and... still crashing :( I'm totally at a loss for what to do.
2 years 3 weeks ago #82756

Please Log in or Create an account to join the conversation.

  • Posts: 5
  • Thank you received: 0
Update: I removed the camera and plugged it back in... it works again, for now. Wowzers.
2 years 3 weeks ago #82757

Please Log in or Create an account to join the conversation.

  • Posts: 124
  • Thank you received: 13

Replied by Outta on topic Raspberry Pi HQ Autoguiding?

Hi Dash,

First of all please use EDIT button :) you do not have to post a new post for every update if you are latest poster. It will be easier for other people to find helpful advice if there is not too much clump.

I know my guide is not the best in details but I wrote it on mobile phone not on PC so it is a bit harder to do it properly :)
For this either mkdir and upload my code to that folder, or change path in script to location where code is. If you are familiar with GIT github.com/indilib/indi-3rdparty there is guide how to clone it in repository, and then you can overwrite ~/Projects/indi-3rdparty/indi-rpicam with code you have in other thread. i linked above, or manually do changes from this thread.

That is good, from moment it started working for me it did not crash not once, except it lags for 15 seconds when downloading Full Res image from DSLR. I solved that by extending connection timeout in PHD2 to 30s but that is not related to driver it is due to DSLR, RPI bus and processing power.

You can confirm that edit of the driver is working if default resolution is 2028x1520 and not 4056x3040. Also pixel size should be 3.1x3.1
2 years 3 weeks ago #82764

Please Log in or Create an account to join the conversation.

Time to create page: 1.197 seconds