Mech-Eye API 2.3.3
API reference documentation for Mech-Eye Industrial 3D Camera
|
This struct defines camera map resolution. More...
#include <MechEyeDataType.h>
Public Attributes | |
unsigned | colorMapWidth |
The width of the color map. | |
unsigned | colorMapHeight |
The height of the color map. | |
unsigned | depthMapWidth |
The width of the depth map. | |
unsigned | depthMapHeight |
The height of the depth map. | |
This struct defines camera map resolution.
Definition at line 145 of file MechEyeDataType.h.
unsigned mmind::api::DeviceResolution::colorMapHeight |
The height of the color map.
Definition at line 148 of file MechEyeDataType.h.
unsigned mmind::api::DeviceResolution::colorMapWidth |
The width of the color map.
Definition at line 147 of file MechEyeDataType.h.
unsigned mmind::api::DeviceResolution::depthMapHeight |
The height of the depth map.
Definition at line 150 of file MechEyeDataType.h.
unsigned mmind::api::DeviceResolution::depthMapWidth |
The width of the depth map.
Definition at line 149 of file MechEyeDataType.h.