×

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

Bi-monthly release with minor bug fixes and improvements

Raspberry Pi camera does not connect

  • Posts: 207
  • Thank you received: 14
Some sort of bug in the starting procedure, I couldnt get it to start automatically from EKOS but it does seem to work.

I managed to start indiserver manually on the allsky box and took a 1s exposure using the telescope simulator with indi-rpicam

On pi server:
indiserver -l -v -p 7624 -m 300 -r 0 indi_rpicam indi_simulator_telescope

Change the driver list to suit your setup. Eg with skywatcher eqmod and zwo camera it would be:
indiserver -l -v -p 7624 -m 300 -r 0 indi_rpicam indi_asi_ccd indi_eqmod_telescope

That's as far as I can get.
I wouldn't hold out your hope too much as the driver doesn't seem very stable and kept crashing. Not suitable fot 1000's of guiding shots unless it improves.
1 year 3 months ago #88977

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

  • Posts: 207
  • Thank you received: 14
Hi Marc. I managed to compile the latest driver )version 1.9.9 and that seems better (astroberry tends to lag).
If this is the latest version in Stellarmate then it might work using the manual stratup like I described.
If you can login to stellarmate rpi box and type:

apt list | grep libindi-data

It will say the version eg
libindi-data/jammy,jammy,now 1.9.9

Nick
1 year 3 months ago #88992

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

  • Posts: 9
  • Thank you received: 0
Hey Nick, thanks a lot for your replies! I tried to start the indi server manually without success. It cannot find the indi_rpicam driver. I also tried indi-rpicam with the same result. libindi-data seems to be updated (version 1.9.9). I guess I just have to install the indi_rpicam driver manually. Problem is, I dont really now how to do that and couldnt find any useful information on this topic. I also tried to factory reset the stellarmate OS via the stellarmate tools application and then updated stellarmate os which didnt help either. Screenshot with the outputs:

1 year 3 months ago #88999
Attachments:

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

  • Posts: 207
  • Thank you received: 14
That's odd. If you can login (ssh) to your stellarmate. indi_rpicam should be located in the directory /usr/bin
pi@skycam:~ $ ls -al /usr/bin/indi_rpicam
-rwxr-xr-x 1 root root 943740 Dec 13 14:47 /usr/bin/indi_rpicam

If there is nothing there then maybe stellarmate doesn't have it.
I attach a zip file with the diver I compiled.

First check what stellarmate os is because I have no idea. Login to stelllarmate and use cat and arch as follows:
pi@skycam:~ $ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"

pi@skycam:~ $ arch
armv7l

If it says something similar (buster and armv7l) then you are probably ok.

You need to copy the zip file to stellarmate (scp from linux or (putty) pscp from windows)
Linux:
scp indi_rpicam.zip This email address is being protected from spambots. You need JavaScript enabled to view it.: indi_rpicam.zip
Windows
pscp indi_rpicam.zip This email address is being protected from spambots. You need JavaScript enabled to view it.: indi_rpicam.zip
Or failing that take the sd card out and copy the file over and re-insert it (remembering where you copied it to)

On stellarmate you need to be in the / directory

cd /
sudo unzip [path to where file is located]/indi_rpicam.zip

This should install it in /usr/bin.
Of course this may not work either since my version of pi os may differ . I dont have stellarmate so sorry.
The following user(s) said Thank You: Marc
1 year 3 months ago #89020
Attachments:

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

  • Posts: 9
  • Thank you received: 0
Hey, I just installed the driver, I noticed that unlike you I do not have Buster, but the bullseye version. Unfortunately the driver crashes as soon as I try to start the Indiserver in ekos. I also found another topic on this subject, which describes in more detail the problem with the RPI camera. Probably the easiest way is to either buy another camera or somehow try to follow the instructions from the forum entry. indilib.org/forum/ccds-dslrs/6990-driver...-camera.html?start=0
1 year 3 months ago #89032

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

  • Posts: 207
  • Thank you received: 14
Yes it will do.
The library versions are different on buster vs bullseye so it wont work - that's why I suggested you to check if they were compatible (ie buster +armv7l) before installing.
Unfortunately I don't have the time to install bullseye or a spare pi4 to compile again (My skycam is sealed into a weatherproof box).
You can try getting a message Jasem to ask if rpicam driver can be added to stelaarmate.
1 year 3 months ago #89036

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

  • Posts: 2
  • Thank you received: 0
The Bullseye version of rasbian (and thus, stellarmateOS) depreciated the old camera system, its no longer using rpicam, but, instead, using libcamera.

Unfortunately, Indi /stellarmate does not have a compatible driver for the RpiHQ cam. This is something I discovered only -after- buying the software.

I sent in a ticket asking about getting it functional, or getting a refund. Jaesm told me that they hope to have the indi-libcamrea system working in a 'few weeks'; and suggested I monitor the indi-libcamera thread (which has had no activity for a few days.)

I did attempt to self-compile the indi-libcamera driver that's in progress, since it looked to be at least semi-functional, but to be honest, it started to prove more of a hassle than it was worth.

For the time being, I've just installed normal bullseye on my SD card, and I'm using a very basic software to make some use of the camera.

I feel that the Indi devices section could use an update, since it implies that the Rpi-cam and RpiHQcam should be fine (And they probably are, on a 32 bit OS, which is no longer supported by stellarmate).

The entire situation has been a bit disheartening.
Last edit: 1 year 3 months ago by lag0matic. Reason: typeo/formatting
1 year 3 months ago #89050

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

  • Posts: 207
  • Thank you received: 14
yes that makes sense. I knew that Pi OS dropped the proprietry camera drivers when it went from buster to bullseye.
This is why you have to install the old buster version for allsky software to work, and also why I was able to compile the indi_rpicam driver
on my allsky buster pi.

But you can install kstars-bleeding on pi 4 (all versions).
You need to download and burn an ubuntu desktop arm images (32 or 64 bit) and then follow the instructions
ubuntu.com/download/raspberry-pi
indilib.org/get-indi/download-ubuntu.html

This is how I use kstars on my pi4's .
1 year 3 months ago #89052

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

  • Posts: 207
  • Thank you received: 14
Sorry you cant use a pi cam with ubuntu either. My error.
Blame raspberry pi makers for this.
1 year 3 months ago #89053

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

  • Posts: 9
  • Thank you received: 0
Thanks for the info! I'm already glad that I'm not alone with the problem and will then soon have to decide whether I keep the camera or buy another.
1 year 3 months ago #89092

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

  • Posts: 7
  • Thank you received: 1
Hello,

I also use the HQ Camera.
Unfortunately it no longer works since the update.
Buying another camera is not really an option.
This little camera is actually quite suitable. Unfortunately, the support for this camera is very poor.
I really hope that someone will provide a fix for this soon.
1 year 2 months ago #89381

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

  • Posts: 106
  • Thank you received: 33
Yes, entire story with HQ Camer asupport on Stellarmate is very confusing if not missleding.

I to bought Stellarmate in belive that it support HQ Camera. Since then I'm struggling with it and my HQ Camera with no luck. But there is hope at the end of the tunnel.

There are two versions of Stellarmate OS. 32 bit (buster, no longer supported) and 64bit (bullseye, supported).

32 bit version kinda supported HQ Camera (witn indi-rpicam driver), but that driver was very buggy and long exposures didn't worked at all. See this: github.com/indilib/indi-3rdparty/issues/271

64 bit version support for HQ Camera (with indi_libcamera_ccd driver) will be ready when drivers for it are tested and finished.
Curently there are two drivers in the works:
- indilib.org/forum/ccds-dslrs/12177-indi-libcamera-driver.html
- github.com/scriptorron/indi_pylibcamera

So our best hope is to support authors of both drivers as much as we can with testing and moral support.

@Jasem if you are reading this, please see this github.com/scriptorron/indi_pylibcamera/issues and this github.com/raspberrypi/picamera2/issues/502
Last edit: 1 year 2 months ago by Simon.
1 year 2 months ago #89468

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

Time to create page: 1.739 seconds