|
FireSync API
|
Represents subframe information in the kStamp structure.
Subframes are used when algorithm results associated with a single camera frame are split up into multiple messages. In this case, each subframe will have the same frame index, but will carry additional information identifying the subframe index and whether the subframe represents the final subframe in the frame.

Related | |
| kStampSubframe | kStampSubframe_Create (k16u index, kBool isFinal) |
| Creates a subframe value from its constituent parts. More... | |
| k16u | kStampSubframe_Index (kStampSubframe subframe) |
| Reports the subframe index. More... | |
| kBool | kStampSubframe_IsFinal (kStampSubframe subframe) |
| Reports whether this subframe is the last in a frame. More... | |