intermidiary commit

This commit is contained in:
l1npengtul
2024-11-11 18:28:56 +09:00
parent cc04c54299
commit ce695adf19
25 changed files with 675 additions and 1041 deletions
+1 -1
View File
@@ -246,7 +246,7 @@ mod internal {
ffi::{c_float, c_void, CStr},
sync::Arc,
};
use nokhwa_core::controls::{CameraControl, ControlValueDescription, ControlValueSetter, KnownCameraControl};
use nokhwa_core::properties::{CameraControl, ControlValueDescription, ControlValueSetter, KnownCameraControl};
const UTF8_ENCODING: usize = 4;
type CGFloat = c_float;