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

Class V4l2Stream

rustcv-backend-v4l2/src/stream.rs:24–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22static V4L2_HANDLE_INSTANCE: V4l2BufferHandle = V4l2BufferHandle;
23
24pub struct V4l2Stream {
25 inner: v4l::io::mmap::Stream<'static>,
26 format: v4l::Format,
27 clock_sync: ClockSynchronizer,
28 is_streaming: bool,
29 _dev: Arc<v4l::Device>,
30}
31
32unsafe impl Send for V4l2Stream {}
33

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected