119 double rotation[3][3] = {{1, 0, 0}, {0, 1, 0}, {0, 0, 1}};
Describes the version information.
Definition Version.h:19
ColorTypeOf2DCamera
Defines the color type of the 2D camera in the 3D camera.
Definition CameraProperties.h:155
IpAssignmentMethod
Describes the assignment method of the device IP address.
Definition CommonTypes.h:238
Platform
Describes the platform of the camera.
Definition CommonTypes.h:243
Describes the distortion parameters.
Definition CameraProperties.h:94
double k3
Radial distortion coefficients.
Definition CameraProperties.h:99
double k2
Radial distortion coefficients.
Definition CameraProperties.h:96
double k1
Radial distortion coefficients.
Definition CameraProperties.h:95
double p2
Tangential distortion coefficients.
Definition CameraProperties.h:98
double p1
Tangential distortion coefficients.
Definition CameraProperties.h:97
Defines the camera information.
Definition CameraProperties.h:49
Platform platform
The platform name of the device.
Definition CameraProperties.h:53
IpAssignmentMethod ipAssignmentMethod
The IP address assignment method of the device.
Definition CameraProperties.h:58
std::string serialNumber
The serial number of the device.
Definition CameraProperties.h:52
std::string model
The device model, such as Mech-Eye NANO.
Definition CameraProperties.h:50
Version firmwareVersion
The version of the firmware (upgradable).
Definition CameraProperties.h:55
std::string subnetMask
The subnet mask of the device.
Definition CameraProperties.h:57
Version hardwareVersion
The version of the hardware (pre-determined in the factory).
Definition CameraProperties.h:54
uint16_t port
The port used by the device.
Definition CameraProperties.h:59
std::string deviceName
The device name (UTF-8 encoded).
Definition CameraProperties.h:51
std::string ipAddress
The IP address of the device.
Definition CameraProperties.h:56
Defines the 3D camera intrinsic parameters, including the intrinsic parameters of the texture 2D came...
Definition CameraProperties.h:139
Transformation depthToTexture
Definition CameraProperties.h:145
Intrinsics2DCamera depth
The intrinsic parameters of the depth 2D camera(s) for capturing the depth map.
Definition CameraProperties.h:143
Intrinsics2DCamera texture
Definition CameraProperties.h:140
Describes the camera intrinsic parameter matrix.
Definition CameraProperties.h:83
double fy
Focal lengths.
Definition CameraProperties.h:85
double cy
Principal point.
Definition CameraProperties.h:87
double fx
Focal lengths.
Definition CameraProperties.h:84
double cx
Principal point.
Definition CameraProperties.h:86
Defines the camera image resolutions, including the resolutions of the 2D image (texture) and depth m...
Definition CameraProperties.h:128
Size depth
Definition CameraProperties.h:130
Size texture
Definition CameraProperties.h:129
Describes the camera's statuses.
Definition CameraProperties.h:75
DeviceTemperature temperature
Definition CameraProperties.h:76
Describes the device temperatures.
Definition CameraProperties.h:66
float projectorTemperature
The temperature (in °C) of the camera projector.
Definition CameraProperties.h:68
float cpuTemperature
The temperature (in °C) of the camera CPU.
Definition CameraProperties.h:67
Describes the intrinsic parameters of the 2D camera in the 3D camera based on the pinhole camera mode...
Definition CameraProperties.h:107
CameraDistortion cameraDistortion
Definition CameraProperties.h:108
CameraMatrix cameraMatrix
Definition CameraProperties.h:109
Describes a two-dimensional size with a width and a height.
Definition CommonTypes.h:40