-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature request: indilib support #95
Comments
I want to add indi camera support for a while but I actually failed to run ekos locally with camera and have main issues with it. I probably need to upgrade to later Ubuntu version (I still work with 18.04) to run ekos properly. Also what camera do you have? Maybe it easier to add support directly :-) |
Atm it's Canon DSLR. But it's remote setup. RaspPi as indi server with all hw connected to it. And laptop to control, process and view the results. |
You can connect OLS directly to canon and access remotely via http... But I understand that unified method is better. Also for DSLR just watch directory should work easily. Framerate is anyway poor. |
I think i can be interested too. I'm trying to work in remote: raspberry pi with indi and indi-drivers and desktop with Ekos connected to raspberry pi
|
Sure, but I'm afraid that my pi 3b+ is very limited in compute power. Anyway will try and see. |
I see so you just run indi server on pi and access it via ekos remotly? |
indi server on pi and CCDciel as client. |
Not so bad actually. |
Opppss 2024-06-25 22:34:06; stacker, info: Stacking took 510.945 ms (stacker_processor.cpp:117) |
You are actually right it is ~0.5s if you have multi-core PI. Since pre-processing, stacking and post processing are running in parallel threads. stacking is bottle neck usually. Post processing may take longer but it can skip frames so it wouldn't overload. Also note simulation frames quite small so for large DSLR frame it can take much more. |
I just want to clarify since I added indi and indigo camera support recently (but on Linux actually) You want to run indiserver on the PI and communicate with the indi_camera from Android? So you are looking to connect indi camera from Android? |
If you are having trouble with the INDI test environment, please try the method in the link. (Due to a bug caused by the optical train feature introduced in Ekos a few years ago) https://tstudioastronomy.blog.fc2.com/blog-entry-732.html The INDI driver itself works with quite a lot of devices. If INDI's client function (remote connection) is added to OpenLiveStacker for Android, I think it will be convenient because you can connect devices such as Raspberry Pi all at once and connect remotely. |
Hello! Regards, Andrey |
Ohh, it's already there in updated Linux instructions I see now )) Thanks |
Any chances to add remote camera support via indi interface?
The text was updated successfully, but these errors were encountered: