×

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

Bi-monthly release with minor bug fixes and improvements

New All Sky camera management software: indi-allsky

  • Posts: 250
  • Thank you received: 3
You have a USB astro camera which uses indi drivers.

Yes
Last edit: 1 year 2 months ago by Porchet.
1 year 2 months ago #90568

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

  • Posts: 261
  • Thank you received: 66
For the $DBUS_SESSION_BUS_ADDRESS and $XDG_RUNTIME_DIR errors, you probably just need to reboot.
1 year 2 months ago #90569

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

  • Posts: 208
  • Thank you received: 14
That's a question for Aaron Morris. You wont be able to start anything if the compilation failed.
Use an official pi power supply or get a better usb power supply/cable.
1 year 2 months ago #90570

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

  • Posts: 261
  • Thank you received: 66
For the pyindi-client compile failure, ensure that INDI 1.9.7 is selected if you are using the Astroberry repos. You can manually rebuild pyindi-client using ./misc/rebuild_pyindi-client.sh
1 year 2 months ago #90571

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

  • Posts: 250
  • Thank you received: 3
Hello Aaron
so I did what you said,
But I still have the following error

meteo@raspberrypi:~ $ systemctl --user start indiserver
Failed to start indiserver.service: Unit indiserver.service not found.
meteo@raspberrypi:~ $

what should I do

Chris
1 year 2 months ago #90572

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

  • Posts: 261
  • Thank you received: 66
The other error is now gone, so that is good.

The setup.sh script has not yet completed, re-run that script again until it fully completes.
1 year 2 months ago #90573

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

  • Posts: 250
  • Thank you received: 3
I have a question
what do you answer to the question during the installation and what is the purpose of the "user", "password", "full name" and "email"

Chris
1 year 2 months ago #90574

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

  • Posts: 261
  • Thank you received: 66
Authentication used to be a simple .htaccess type authentication handled by the web server, but I recently added authentication directly in the indi-allsky web application.

The full name and email do not really matter at the moment, only the username and password are critical.

Ultimately, I am trying to make the web interface fully hardened so that it can be Internet facing.
1 year 2 months ago #90576

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

  • Posts: 250
  • Thank you received: 3
Hi
so I think it's installed, but how do I check because I can't launch the web page.
How do you do it?

Regards
chris
1 year 2 months ago #90585

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

  • Posts: 208
  • Thank you received: 14
Find out what the IP address of you pi is (look in your router or set a static one if you know how), then https to it.
eg My pik is at 192.168.1.55 (I put " to stop indi forum mangling web address.
"https://192.168.1.55/indi-allsky/"
Ignore any warning about unsafe (you are not connected to your bank !!). If using chrome browser "proceed to unsafe" and you should
get the login page. Use the username and password you set. It probably wont ask you next time.
Nick
1 year 2 months ago #90589

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

  • Posts: 83
  • Thank you received: 4
after running indi-allsky successfully for a long time using the old camera stack and indi driver, I decided to migrate to libcamera and the native picamera support. I started with a fresh install of Raspbian Pi OS 11 (64bit) bullseye on my RPi 4 (4GB). Building indi with the supplied script worked without a problem. Setup.sh also run without a problem. But at the end, I did not get a picture. Looking into the log I noticed that rawpy was not available. Switching manually into the venv indi-allsky and running pip install rawpy again did not work. I had to manually install rawpy using:
git clone https://github.com/letmaik/rawpy
cd rawpy
pip install cython
pip install .
After restarting indi-allsky, it is running well now.

CS, Markus
1 year 2 months ago #90615

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

  • Posts: 83
  • Thank you received: 4
one motivation for the change was my hope to get rid of the greenish tint. Even using SNCR Maximum Neutral and Auto White Balance, it is still visible and Red/Blue is not brilliant. Using qcam, the pictures look perfectly balanced. qcam is open source, shouldn't it be possible to learn the trick and get similar results?

CS, Markus
1 year 2 months ago #90618

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

Time to create page: 1.601 seconds