×

INDI Library v2.0.0 Released (01 Feb 2023)

Bi-monthly release with major changes to INDI properties and client API in addition to new drivers and improvements.

New All Sky camera management software: indi-allsky

  • Posts: 140
  • Thank you received: 40
I did do one thing that I thought was creative, but is really only useful in my use case. For the libcamera integration, indi-allsky thinks it is talking to a normal indiserver.

indi-allsky uses the pyindi-client to interact with INDI. Therefore, I had to write a fake pyindi-client class to emulate the behavior of this module. indi-allsky still calls functions like connectServer(), but they do not do anything.
-
Aaron W Morris

indi-allsky - All Sky camera management software that supports any INDI capable camera
7 months 2 days ago #85505

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

  • Posts: 51
  • Thank you received: 1
OK, but does this mean that for the time being I cannot use my configuration?
Skywatcher HEQ-5 EQMod | ASI1600MM Pro | ASI EFW | TS61EDPH | ZWO ASI 120MM | Artesky 130mm guidescope | Raspi 4B 4GB | Waveshare Stepper Motor HAT - DIY Focuser | Stellarmate | PixInsight
7 months 2 days ago #85506

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

  • Posts: 51
  • Thank you received: 1
The sd card from my raspy 3 also fails when used in my raspy 4.
Skywatcher HEQ-5 EQMod | ASI1600MM Pro | ASI EFW | TS61EDPH | ZWO ASI 120MM | Artesky 130mm guidescope | Raspi 4B 4GB | Waveshare Stepper Motor HAT - DIY Focuser | Stellarmate | PixInsight
7 months 2 days ago #85509

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

  • Posts: 140
  • Thank you received: 40
I am getting the same error with my Rpi3. I need to go check on my Rpi4, maybe I am running an older version of indi.
-
Aaron W Morris

indi-allsky - All Sky camera management software that supports any INDI capable camera
7 months 2 days ago #85510

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

  • Posts: 30
  • Thank you received: 2
So according to the github page the rpi HQ camera is supported witg libcamera on Bullseye 64 bit when compiled on device.

Is there a downside to this or is it fully supported by indi-allsky when done this way?
William Optics ZenithStar Z61
EdgeHD 800
ZWO AM5 mount
Skywatcher Star Adventurer GTi
Nikon Full frame camera
ZWO EAF
Stellarmate on an RPi CM4
Last edit: 7 months 2 days ago by Bill. Reason: More info added
7 months 2 days ago #85514

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

  • Posts: 140
  • Thank you received: 40
No downsides other than you have to build indi even though you do not use it. The libcamera support is transparent to the user.
-
Aaron W Morris

indi-allsky - All Sky camera management software that supports any INDI capable camera
7 months 2 days ago #85515

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

  • Posts: 140
  • Thank you received: 40
You may want to forgo using Raspian 10 and just use the libcamera support on Raspian 11 64-bit instead.
-
Aaron W Morris

indi-allsky - All Sky camera management software that supports any INDI capable camera
The following user(s) said Thank You: Kurt Bierbaum
7 months 2 days ago #85516

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

  • Posts: 30
  • Thank you received: 2
I guess this is confusing since Raspbian 11 already has libcamera support.

Would it be safe to say for Raspbian 11 arm64:
Compile indi with build_indi.sh for indilib supported cameras
OR
Use libcamera for Raspberry PI HQ camera ?

---Answered own question:

Ah, that would be a NO, build_indi.sh is required regardless.
Thanks
William Optics ZenithStar Z61
EdgeHD 800
ZWO AM5 mount
Skywatcher Star Adventurer GTi
Nikon Full frame camera
ZWO EAF
Stellarmate on an RPi CM4
Last edit: 7 months 2 days ago by Bill. Reason: correction
7 months 2 days ago #85517

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

It's alright, I started development of the indi-libcamera driver now. Hopefully in a couple of weeks we'll have something usable.
Jasem Mutlaq
Support INDI & Ekos; Get StellarMate Astrophotography Gadget.
How to Submit Logs when you have problems?
Add your observatory info
7 months 2 days ago #85523

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

  • Posts: 51
  • Thank you received: 1
Thanks, Aaron.

I installed Bullseye 64-bit, used the build_indi script and connected the HQ camera via libcamera (I installed on raspy 4, that's much faster compared to raspi3). This seems to work on raspy 3 & 4 , both services are now running.
I now want to get some experience and might com back with questions if needed.

Thanks
Kurt
Skywatcher HEQ-5 EQMod | ASI1600MM Pro | ASI EFW | TS61EDPH | ZWO ASI 120MM | Artesky 130mm guidescope | Raspi 4B 4GB | Waveshare Stepper Motor HAT - DIY Focuser | Stellarmate | PixInsight
7 months 2 days ago #85526

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

  • Posts: 59
  • Thank you received: 7
Thanks a lot! It's just what I needed. I had to install a few libs:

<code>sudo apt-get install libindi-dev libcamera-dev libcamera-apps libboost-program-options-dev</code>

Unfortunately, I get build errors on buster complaining about "addFitsKeyWords" being unknown and I had to copy the /usr/include/libcamera/libcamera/* files to the parent dir.

Fixing those and starting the driver works, but I can't see images and the size is 0,0, likewise the pixel size.

Any help here would be appreciated!
Last edit: 7 months 2 days ago by Anjo. Reason: Fixed boost error
7 months 2 days ago #85527

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

We shouldn't hijack this thread, I'll create another topic for this driver: indilib.org/forum/ccds-dslrs/12177-indi-libcamera-driver.html
Jasem Mutlaq
Support INDI & Ekos; Get StellarMate Astrophotography Gadget.
How to Submit Logs when you have problems?
Add your observatory info
7 months 2 days ago #85529

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

Time to create page: 1.428 seconds