Skip to main content

start_stream

Function start_stream 

Source
pub fn start_stream(unique_id: &str) -> Result<CameraStream, CaptureError>
Expand description

Start a live capture stream on the camera with unique_id.

ยงErrors

Same as capture_frame, minus Timeout (frames are polled, not awaited).