New All Sky camera management software: indi-allsky

  • Posts: 250
  • Thank you received: 3
there must have been a bug in my publication because it was put several times
Sorry about that
Last edit: 2 years 5 months ago by Porchet.
2 years 5 months ago #82003

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

  • Posts: 250
  • Thank you received: 3

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: 278
  • Thank you received: 70

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: 250
  • Thank you received: 3

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: 302
  • Thank you received: 46
Hi there,

I have not tried the all-sky-cam yet so I'm not sure this helps but can be for some help anyway.
Seeing the message "WARNING: Skipping opencv-python as it is not installed." tells me that there could be a problem with "opencv-python", in Ubuntu the lib is called "python3-opencv" ??, the other problem is here "Unable to find libindiclient.a".. so maybe you have to compile indilib too and here is how to do that.

// indilib dependencies, the command is everything in one line!!
sudo apt-get install -y libnova-dev libcfitsio-dev libusb-1.0-0-dev zlib1g-dev libgsl-dev build-essential cmake git libjpeg-dev libcurl4-gnutls-dev libtiff-dev libfftw3-dev

git clone --depth 1 github.com/indilib/indi.git
mkdir indi-build
cd indi-build
cmake -DCMAKE_INSTALL_PREFIX=/usr . ../indi
make
sudo make install


// Compile and install 3rdparty drivers..
// indi-3rdparty dependicies, the command is everything in one line!!
sudo apt-get -y install libnova-dev libcfitsio-dev libusb-1.0-0-dev zlib1g-dev libgsl-dev build-essential cmake git libjpeg-dev libcurl4-gnutls-dev libtiff-dev libfftw3-dev libftdi-dev libgps-dev libraw-dev libdc1394-22-dev libgphoto2-dev libboost-dev libboost-regex-dev librtlsdr-dev liblimesuite-dev libftdi1-dev libavcodec-dev libavdevice-dev libraw-dev libftdi1-dev libgps-dev

git clone --depth 1 github.com/indilib/indi-3rdparty
mkdir indi-3rdparty-build
cd indi-3rdparty-build
cmake -DCMAKE_INSTALL_PREFIX=/usr ../indi-3rdparty
make -i
sudo make -i install


I hope I didn't miss anything and you get it going.
Br, Markku
2 years 5 months ago #82113

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

  • Posts: 278
  • Thank you received: 70
Did you modify the setup.sh script in any way? The script is supposed to exit if it runs into any unrecoverable error conditions. Indi is supposed to be installed prior to building the pyindi-client python module. The script should not be able to get to the point of installing the python module before Indi is installed.
2 years 5 months ago #82124

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

New All Sky camera management software: indi-allsky - Page 5 - INDI Forum - Results from #48
  • Posts: 250
  • Thank you received: 3

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: 250
  • Thank you received: 3

no I don't think so, not how I would know if I did it by mistake
2 years 5 months ago #82126

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


×

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

Bi-monthly release with minor bug fixes and improvements

  • Posts: 278
  • Thank you received: 70

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: 250
  • Thank you received: 3

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: 83
  • Thank you received: 5
Congrats for this really nice allsky system!!!

I tried it with my RPI4 astroberry using the RPIcam driver for my RPiHQ camera and it worked brilliantly. For a permanent 24/7 setup, I would like to use a Pi Zero W as indiserver for the camera. I tried this with EKOS and it also works. The server for the allsky system would be my home server (NAS) running Debian 11 x64. Unfortunately the indi-allsky setup srcipt is a bit unfriendly to other web services on the machine. I have other services running under various port numbers that still must work. Therefore I would like to have an additional config option like the astroberry detection to switch to port 444 and be benign to the other web servers...

Second problem, got this error:
**** Enabling services ****
Failed to connect to bus: $DBUS_SESSION_BUS_ADDRESS and $XDG_RUNTIME_DIR not defined (consider using --machine=<user>@.host --user to connect to bus of other user)

Third problem. all pictures have a greenish tint even with the white balance option to auto on. Is there another way to set the WB with a RPIcam?
Fourth problem: you mentioned the command line option to use a remote indi device. Can you make an example?

CS, Markus
2 years 5 months ago #82157

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

  • Posts: 250
  • Thank you received: 3
Hello Markus
Can you explain how you did it, because I can't install it on my tinkerboard and armbian.
How did you do it?
Thank you because I'm struggling.

Regards
Chris
2 years 5 months ago #82159

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

Time to create page: 1.549 seconds