×

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

Bi-monthly release with minor bug fixes and improvements

Streaming

  • Posts: 278
  • Thank you received: 17

Streaming was created by S

Hi!

I have a couple of server-side questions regarding indi and its misuse:
1. Can i have multiple asi/zwo cameras connected at the same time? For example one which is used as an all sky (and capturing via a bash script (working fine with one camera)) and one used for planet capture. Both asi 120s...

2. Is it possible to steam to a web server, like the raspberry pi camera is able to? Maybe one could set up a continuous capture to a file on the server and stream that to a webpage at say 1fps?

Thanks for any input :-)
7 years 7 months ago #10309

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

Replied by Jasem Mutlaq on topic Streaming

1. Yes
2. Yes, if you're willing to implement that on your own. Write a simple python script (client) that fetches an image each second (from the driver), and make it upload it somewhere.
7 years 7 months ago #10344

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

  • Posts: 278
  • Thank you received: 17

Replied by S on topic Streaming

Excellent, now I can get on with my small project :)

For anyone interested:
I installed lighttpd and made a small looping bash-script to catch 1s exposures with my meade DSI pro using indi. The fits are converted to jpg using convert with some levels adjustment. Seems to work as an observatory observation camera, if it is sensitive enough :woohoo:

Got the html to autoupdate the image from here:
stackoverflow.com/questions/5438612/how-...-without-refresh-fli
Last edit: 7 years 7 months ago by S.
7 years 7 months ago #10356

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

Time to create page: 1.470 seconds