You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 👍.
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?
The text was updated successfully, but these errors were encountered: