Function strand_cam::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.