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
I'm trying to control the PTZ of my camera and from this doc of libuvc it seems there are functions to do it in libuvc.
Does the rust library can do it too? Because from what I tried I'm not sure it is implemented
The text was updated successfully, but these errors were encountered:
There are indeed functions to do this, but exposing this in safe rust is problematic. Ensuring this is threadsafe is difficult and requires digging through the c code
I'm trying to control the PTZ of my camera and from this doc of libuvc it seems there are functions to do it in libuvc.
Does the rust library can do it too? Because from what I tried I'm not sure it is implemented
The text was updated successfully, but these errors were encountered: