Skip to main content

CameraRef

Type Alias CameraRef 

Source
pub type CameraRef = Arc<dyn Camera>;
Expand description

Shared handle to the platform camera.

Aliased Typeยง

pub struct CameraRef { /* private fields */ }