l1npengtul / libuvc-rs

Rust wrapper around libuvc
MIT License
47 stars 15 forks source link

PTZ Control #26

Open Yuutsuna opened 2 years ago

Yuutsuna commented 2 years ago

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

l1npengtul commented 2 years ago

The controls FFI has not been updated in a long time. Sorry, but this probably will not work.

mulimoen commented 2 years ago

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