l1npengtul / nokhwa

Cross Platform Rust Library for Powerful Webcam/Camera Capture
Apache License 2.0
482 stars 111 forks source link

Support for set Focus distance,not only auto focus #133

Open playwind opened 1 year ago

playwind commented 1 year ago

Hi, can you add support for set focus by absolute, percent or relative. thanks

here is my code: camera.set_camera_control(KnownCameraControl::Focus, ControlValueSetter::Integer(16)).expect("set_camera_control");

but it's has no effect on windows 11