Imaging Control 4 C Library  1.2.0
IC4_FRAME_METADATA Struct Reference

A structure containing frame metadata. More...

Data Fields

uint64_t device_frame_number
 The frame number assigned to the image by the video capture device. More...
 
uint64_t device_timestamp_ns
 The time stamp assigned to the image by the video capture device. More...
 

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.