Module driver

Source
Expand description

Provides a Framer trait for encoding and decoding frames from events

Structs§

FeatureInterval
Associates detected features with the source time in which they were detected (since ADDER events may arrive out of order)
FrameSequence
A sequence of frames, each of which is a 3D array of FrameValues
FrameSequenceState
The state of a FrameSequence
FramerBuilder
Builder for a Framer.

Enums§

FrameSequenceError
Errors that can occur when working with FrameSequence
FramerMode
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.