IC4_FRAME_METADATA Struct Reference
Data Fields
A structure containing frame metadata. More...
uint64_t | device_frame_number The frame number assigned to the image by the video capture device. |
uint64_t | device_timestamp_ns The time stamp assigned to the image by the video capture device. |
Detailed Description
A structure containing frame metadata.
Field Documentation
◆ device_frame_number
uint64_t device_frame_number |
The frame number assigned to the image by the video capture device.
- Remarks
- The behavior of this value, including starting value and possible rollover is device-specific.
◆ device_timestamp_ns
uint64_t device_timestamp_ns |
The time stamp assigned to the image by the video capture device.
- Remarks
- The behavior of this value, including possible resets, its starting value or actual resolution is device-specific.