RasPi indi-allsky -- MQTT Broker == Bridge == MQTT Broker -- VM indi-allsky #1639
-
Hello, My desired scenario: My questions are:
Unfortunately, I am not familiar with indi-specific processing. I would be very happy if I could receive support on this. Many thanks and best regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
There is not really a way to do this, but I am not sure it is really needed. If the goal is asynchronous processing, indi-allsky already performs most functions asynchronously. Image capture occurs in a separate process from image processing (timelapse generation and file transfers also happen in separate processes/threads respectively). If you are interested in just offloading all processing, because INDI is a full client/server architecture, you could just run the indiserver process on the Raspberry PI, which will manage the camera, then the remote indi-allsky just sends commands and receives images from the remote indiserver. You would have to use indi_pylibcamera to utilize this mode with the HQ camera. |
Beta Was this translation helpful? Give feedback.
In order to use as remote indiserver, you only need the indi (and indi-3rdparty) component on the raspberry pi. indi-allsky would not need to be installed on the raspberry pi. There are no settings that need to be maintained on the indiserver component. You would just need to ensure the indiserver starts automatically on the raspberry pi.
indi-allsky would only need to be installed on the VM. All of the configuration for indi-allsky is stored in the database (sqlite by default).
When the indiserver is started, it starts listening on port 7624 and indi-allsky can connect to that port remotely. The hostname of the indiserver connection is on the Camera tab in the config page.