(&mut self, _frame: Frame<'_>)
| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected