Enum rs2_timestamp_domain

Enum Documentation

enum rs2_timestamp_domain

Specifies the clock in relation to which the frame timestamp was measured.

Values:

enumerator RS2_TIMESTAMP_DOMAIN_HARDWARE_CLOCK

Frame timestamp was measured in relation to the camera clock

enumerator RS2_TIMESTAMP_DOMAIN_SYSTEM_TIME

Frame timestamp was measured in relation to the OS system clock

enumerator RS2_TIMESTAMP_DOMAIN_GLOBAL_TIME

Frame timestamp was measured in relation to the camera clock and converted to OS system clock by constantly measure the difference

enumerator RS2_TIMESTAMP_DOMAIN_COUNT

Number of enumeration values. Not a valid input: intended to be used in for-loops.