Trait timestamped_frame::FrameTrait
source · pub trait FrameTrait<F>: AsImageStrideTime<F> + ImageStrideTime<F> + Into<Vec<u8>> { }
Expand description
An image with timestamps and a stride which can be moved into Vec<u8>
.
Object Safety§
This trait is not object safe.