MCPcopy Create free account
hub / github.com/RustCV/RustCV / inject_frame

Method inject_frame

rustcv-backend-v4l2/src/stream.rs:106–110  ·  view source on GitHub ↗
(&mut self, _frame: Frame<'_>)

Source from the content-addressed store, hash-verified

104
105 #[cfg(feature = "simulation")]
106 async fn inject_frame(&mut self, _frame: Frame<'_>) -> Result<()> {
107 Err(CameraError::SimulationError(
108 "Not supported on real V4L2 hardware".into(),
109 ))
110 }
111}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected