Expand description
Provides a Framer
trait for encoding and decoding frames from events
Structs§
- Feature
Interval - Associates detected features with the source time in which they were detected (since ADDER events may arrive out of order)
- Frame
Sequence - A sequence of frames, each of which is a 3D array of
FrameValue
s - Frame
Sequence State - The state of a
FrameSequence
- Framer
Builder - Builder for a Framer.
Enums§
- Frame
Sequence Error - Errors that can occur when working with
FrameSequence
- Framer
Mode - The mode for how a
Framer
should handle events which span multiple frames and frames spanning multiple events.
Traits§
- Framer
- A trait for accumulating ADΔER events into frames.