Go to the documentation of this file. 19 #ifndef __KINECT2_CALIBRATION_DEFINITIONS_H__ 20 #define __KINECT2_CALIBRATION_DEFINITIONS_H__ 22 #define CALIB_FILE_EXT ".png" 23 #define CALIB_FILE_COLOR "_color" CALIB_FILE_EXT 24 #define CALIB_FILE_IR "_ir" CALIB_FILE_EXT 25 #define CALIB_FILE_IR_GREY "_grey_ir" CALIB_FILE_EXT 26 #define CALIB_FILE_DEPTH "_depth" CALIB_FILE_EXT 28 #define CALIB_POINTS_COLOR "_color_points.yaml" 29 #define CALIB_POINTS_IR "_ir_points.yaml" 31 #define CALIB_SYNC "_sync" 32 #define CALIB_SYNC_COLOR CALIB_SYNC CALIB_FILE_COLOR 33 #define CALIB_SYNC_IR CALIB_SYNC CALIB_FILE_IR 34 #define CALIB_SYNC_IR_GREY CALIB_SYNC CALIB_FILE_IR_GREY 36 #endif //__KINECT2_CALIBRATION_DEFINITIONS_H__