Skip to main content

run_strand_cam_app

Function run_strand_cam_app 

Source
pub fn run_strand_cam_app<M, C, G>(
    mymod: ThreadedAsyncCameraModule<M, C, G>,
    args: StrandCamArgs,
    app_name: &'static str,
) -> Result<ThreadedAsyncCameraModule<M, C, G>>
where M: CameraModule<CameraType = C, Guard = G> + 'static, C: 'static + Camera + Send, G: Send + 'static,
Expand description

top-level function once args are parsed from CLI.