Remote image processing #1259
Replies: 1 comment 2 replies
-
|
I had a crack at this a while ago, and if you're running a camera natively supported by indi, like an ZWO or Playerone for example, it should be relatively smooth. In short, you would just run indi-allsky in a docker container on the processing system, point it to the imaging system, which you'd install INDI server on, and it should work. I was trying with a libcamera camera, and I ran into some other complicated issues that unfortunately I never got around, and life got in the way of picking it up again. You don't need to run full indi-allsky on the imaging PC, you only need INDI server, which you can configure relatively easy using INDI Web Manager. That said I did have a few issues with that crashing, and taking down the underlying INDI server, so a better way may be to just install INDI server and configure it from the CLI with its config files. There doesn't seem to be a recently updated docker container for INDI server that I can find in a quick google, if you wanted to go down that path, but that may just over complicate it anyway, @aaronwmorris may have tried this in the past using indi-allsky, or know of a better way to do it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What would be the best way (if its even possible) to setup a system so that the "imaging" PC (a Raspberry Pi) is only used for the actual image capture, but the rest of the processing (or as much as possible) is running on another system?
It would seem that if I could use a different "processing" system for the heavy lifting of image processing (panorama, keogram, startrails, stacking, etc). I could setup this processing system on my local Proxmox host into whatever OS is needed and give it much higher performance (CPU, GPU, memory, etc).
I see that there are different docker containers for different things, but does not really seem built around separating the pieces between systems.
Beta Was this translation helpful? Give feedback.
All reactions