Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

struct OpticalFlowData

fbs/optical_flow.fbs / Source schema

Integrated optical-flow sample from an image sensor or flow module. This is a raw-layer topic: flow is the sensor’s integrated angular image motion.

FlatBuffers root table: OpticalFlow

NameTypeUnit / ScaleNotes
timestamp_usulongmicrosecondsSample timestamp in monotonic boot time.
flow_radsynapse.types.Vec2fradiansIntegrated angular flow about the sensor X and Y axes in radians over integration_timespan_us.
delta_angle_flu_radsynapse.types.Vec3fradiansIntegrated body rotation in the FLU frame during the same interval.
distance_mfloatmetersMeasured distance to the observed surface.
integration_timespan_usuintmicrosecondsIntegration interval for flow_rad and delta_angle_flu_rad.
max_flow_rate_rad_sfloatradians per secondMaximum measurable angular flow rate.
min_ground_distance_mfloatmetersMinimum valid range for distance-compensated flow.
max_ground_distance_mfloatmetersMaximum valid range for distance-compensated flow.
quality_pctubytepercentFlow quality from 0 to 100.