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

find camera name #1431

Open
ecalandrini opened this issue Jul 28, 2024 · 6 comments
Open

find camera name #1431

ecalandrini opened this issue Jul 28, 2024 · 6 comments

Comments

@ecalandrini
Copy link

ecalandrini commented Jul 28, 2024

Hi! i have 2 usb cameras connected (I know you disencourage the use of this type of cameras). how can i pass from one to the other?
indi webcam ccd connect directly to /dev/video0, i want to use video1 or 5. thank you for your help!

@aaronwmorris
Copy link
Owner

Can you post the output of the support info view?

@aaronwmorris
Copy link
Owner

@ecalandrini Did you manage to work through this?

@ecalandrini
Copy link
Author

ecalandrini commented Aug 11, 2024 via email

@aaronwmorris
Copy link
Owner

Under the Tools drop down, there is a Support Info view that has data about your system. You can just paste that here.

@ecalandrini
Copy link
Author

ecalandrini commented Aug 13, 2024 via email

@aaronwmorris
Copy link
Owner

You can probably change the video device by using something like this syntax:

{
    "PROPERTIES" : {},
    "SWITCHES" : {},
    "TEXT" : {
        "DEVICE_PORT" : {
            "PORT" : "/dev/video5"
        }
    }
}

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

2 participants