mirror of
https://github.com/l1npengtul/nokhwa.git
synced 2026-07-04 02:27:26 +00:00
control need to be sent to the camera
This commit is contained in:
@@ -5,4 +5,5 @@ fn main() {
|
||||
let known = camera.camera_controls_known_camera_controls().unwrap();
|
||||
let mut control = *known.get(&KnownCameraControls::Gamma).unwrap();
|
||||
control.set_value(101).unwrap();
|
||||
camera.set_camera_control(control).unwrap();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user