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

Method start

rustcv-camera/src/backend/macos/mod.rs:187–190  ·  view source on GitHub ↗

Start the capture session. 启动采集会话。

(&mut self)

Source from the content-addressed store, hash-verified

185 /// Start the capture session.
186 /// 启动采集会话。
187 pub fn start(&mut self) -> Result<()> {
188 unsafe { sys::avf_camera_start(self.cam) };
189 Ok(())
190 }
191
192 /// Stop the capture session.
193 /// 停止采集会话。

Callers 1

open_withMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected