Monado OpenXR Runtime
t_calibration_status Struct Reference
Collaboration diagram for t_calibration_status:

Data Fields

bool finished
 Is calibration finished? More...
 
bool found
 Was the target found this frame? More...
 
int num_collected
 Number of frames collected. More...
 
int cooldown
 Number of moving frames before another capture. More...
 
int waits_remaining
 Number of non-moving frames before capture. More...
 
struct t_stereo_camera_calibrationstereo_data
 Stereo calibration data that was produced. More...
 

Field Documentation

◆ cooldown

int t_calibration_status::cooldown

Number of moving frames before another capture.

◆ finished

bool t_calibration_status::finished

Is calibration finished?

◆ found

bool t_calibration_status::found

Was the target found this frame?

◆ num_collected

int t_calibration_status::num_collected

Number of frames collected.

◆ stereo_data

struct t_stereo_camera_calibration* t_calibration_status::stereo_data

Stereo calibration data that was produced.

◆ waits_remaining

int t_calibration_status::waits_remaining

Number of non-moving frames before capture.


The documentation for this struct was generated from the following file: