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

Method inject_frame

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

Source from the content-addressed store, hash-verified

264
265 #[cfg(feature = "simulation")]
266 async fn inject_frame(&mut self, _frame: Frame<'_>) -> CvResult<()> {
267 Ok(())
268 }
269}
270
271/// 根据用户配置选择最佳的 AVFoundation 会话预设。

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected