Skip to content
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

Does not display the 3rd party app indi_rpicam #47

Open
rchadgray opened this issue Mar 12, 2021 · 4 comments
Open

Does not display the 3rd party app indi_rpicam #47

rchadgray opened this issue Mar 12, 2021 · 4 comments

Comments

@rchadgray
Copy link

The web manager does not display all of the drivers installed. I can run this driver command line indi_rpicam, but it does not display in the web manager.

So in Ekos if i pick this driver indi_rpicam and try to send it to the web manger it does not work.

@knro
Copy link
Owner

knro commented Mar 12, 2021

The driver should have an entry (XML file) under /usr/share/indi otherwise the web manager cannot see it.

@rchadgray
Copy link
Author

Ah! Very good to know. Thanks!

@Astro-Otter-Space
Copy link

Astro-Otter-Space commented Aug 21, 2022

Hello, i'm using rpi_camera too, can you display me your xml file please :) ?

EDIT: i've seen we have talked about few month age on redit here : https://www.reddit.com/r/The_Micro_Scope/comments/m2dm3s/using_kstars_and_ekos_to_connect_to_the_raspberry/

So for next users who want indi_rpicam.xml file :
sudo nano /usr/share/indi/indi_rpicam.xml and add into it :

<?xml version="1.0" encoding="UTF-8"?>
<driversList>
	<devGroup group="CCDs">
		<device label="RPI Camera">
			<driver name="RPI Camera">indi_rpicam</driver>
			<version>1.3</version>
		</device>
	</devGroup>
</driversList>

@Astro-Otter-Space
Copy link

Astro-Otter-Space commented Apr 28, 2024

Driver indi_rpicam Is deprecated and replaced by indi_libcamera_ccd. Issue can be closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants