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

Method set_trigger

rustcv-backend-avf/src/lib.rs:116–118  ·  view source on GitHub ↗
(&self, _config: TriggerConfig)

Source from the content-addressed store, hash-verified

114 Ok(())
115 }
116 fn set_trigger(&self, _config: TriggerConfig) -> Result<(), CameraError> {
117 Ok(())
118 }
119 fn export_state(&self) -> Result<serde_json::Value, CameraError> {
120 Ok(serde_json::Value::Null)
121 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected