Skip to main content

CameraRef

Type Alias CameraRef 

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

Re-export framework services (HTTP, URI, etc.) from the dedicated services crate. Shared handle to the platform camera.

Aliased Typeยง

pub struct CameraRef { /* private fields */ }