Monado OpenXR Runtime
|
#include <tracking/t_tracking.h>
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_calibration * | stereo_data |
Stereo calibration data that was produced. More... | |
int t_calibration_status::cooldown |
Number of moving frames before another capture.
bool t_calibration_status::finished |
Is calibration finished?
bool t_calibration_status::found |
Was the target found this frame?
int t_calibration_status::num_collected |
Number of frames collected.
struct t_stereo_camera_calibration* t_calibration_status::stereo_data |
Stereo calibration data that was produced.
int t_calibration_status::waits_remaining |
Number of non-moving frames before capture.