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

Camera: support more than one camera with one plugin instantiation #2365

Closed
julianoes opened this issue Aug 4, 2024 · 2 comments
Closed

Comments

@julianoes
Copy link
Collaborator

In order to support more than one camera from language wrappers, we need to change the camera API, so it supports more than one camera with just the one instance.

This would be a similar change to the API as the gimbal API change.

Do you have objections @JonasVautherin?

@julianoes julianoes mentioned this issue Aug 4, 2024
12 tasks
@JonasVautherin
Copy link
Collaborator

In the past I wanted to make it such that one could instantiate multiple Camera() objects (one for each), instead of calling each function with a camera id. Unfortunately gRPC does not seem to make it very convenient, so I guess the id makes sense 👍.

@julianoes
Copy link
Collaborator Author

Done in #2386.

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

No branches or pull requests

2 participants