MCPcopy Create free account
hub / github.com/RustCV/RustCV / AvfCameraOpaque

Class AvfCameraOpaque

rustcv-camera/src/backend/macos/mod.rs:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 /// ObjC 摄像头会话的不透明句柄。
47 #[repr(C)]
48 pub struct AvfCameraOpaque {
49 _private: [u8; 0],
50 }
51
52 extern "C" {
53 pub fn avf_camera_open(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected