Tobii Pro SDK C API
TobiiResearchHMDGazeData Struct Reference

Data Fields

TobiiResearchHMDEyeData left_eye
 
TobiiResearchHMDEyeData right_eye
 
int64_t device_time_stamp
 
int64_t system_time_stamp
 

Detailed Description

Provides data for the tobii_research_hmd_gaze_data_callback callback.

Field Documentation

int64_t TobiiResearchHMDGazeData::device_time_stamp

The time stamp according to the eye tracker's internal clock.

TobiiResearchHMDEyeData TobiiResearchHMDGazeData::left_eye

The gaze data for the left eye.

TobiiResearchHMDEyeData TobiiResearchHMDGazeData::right_eye

The gaze data for the right eye.

int64_t TobiiResearchHMDGazeData::system_time_stamp

The time stamp according to the computer's internal clock.