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

Method next_frame

rustcv-core/src/traits.rs:172–174  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

170 }
171
172 async fn next_frame(&mut self) -> Result<Frame<'_>> {
173 (**self).next_frame().await
174 }
175
176 #[cfg(feature = "simulation")]
177 async fn inject_frame(&mut self, frame: Frame<'_>) -> Result<()> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected