Imaging Control 4 C++ Library 1.2.0
Loading...
Searching...
No Matches
ImageBuffer::MetaData Struct Reference

A structure containing frame metadata. More...

Public Attributes

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.

Member Data 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.