pub type CameraRef = Arc<dyn Camera>;
Re-export framework services (HTTP, URI, etc.) from the dedicated services crate. Shared handle to the platform camera.
pub struct CameraRef { /* private fields */ }