Old position calibration parameters sent to the scanner. More...
#include <jcam_dll.h>
Public Attributes | |
double | x |
The X offset of the scanner's position. More... | |
double | y |
The Y offset of the scanner's position. More... | |
double | roll |
The scanner's rotation. More... | |
char | date [DATE_LENGTH] |
The date the calibration was sent. This can be an empty string. More... | |
Old position calibration parameters sent to the scanner.
char tagOldCalibrationValue::date[DATE_LENGTH] |
The date the calibration was sent. This can be an empty string.
double tagOldCalibrationValue::roll |
The scanner's rotation.
double tagOldCalibrationValue::x |
The X offset of the scanner's position.
double tagOldCalibrationValue::y |
The Y offset of the scanner's position.