Mech-Eye API 2.2.1
API reference documentation for Mech-Eye Industrial 3D Camera
|
Defines the camera information. More...
#include <CameraProperties.h>
Public Attributes | |
std::string | model |
Device model name, such as Mech-Eye Nano. | |
std::string | serialNumber |
Device serial number. | |
Version | hardwareVersion |
The version of the hardware which is pre-determined from the factory. | |
Version | firmwareVersion |
The version of the firmware which can be upgraded. | |
std::string | ipAddress |
The IP address of the device. | |
std::string | subnetMask {"255.255.255.0"} |
The IP subnet mask of the device. | |
IpAssignmentMethod | ipAssignmentMethod {} |
The IP assignment method of the device. | |
uint16_t | port {} |
The device port. | |
Defines the camera information.
Definition at line 48 of file CameraProperties.h.
Version mmind::eye::CameraInfo::firmwareVersion |
The version of the firmware which can be upgraded.
Definition at line 54 of file CameraProperties.h.
Version mmind::eye::CameraInfo::hardwareVersion |
The version of the hardware which is pre-determined from the factory.
Definition at line 53 of file CameraProperties.h.
std::string mmind::eye::CameraInfo::ipAddress |
The IP address of the device.
Definition at line 55 of file CameraProperties.h.
IpAssignmentMethod mmind::eye::CameraInfo::ipAssignmentMethod {} |
The IP assignment method of the device.
Definition at line 57 of file CameraProperties.h.
std::string mmind::eye::CameraInfo::model |
Device model name, such as Mech-Eye Nano.
Definition at line 50 of file CameraProperties.h.
uint16_t mmind::eye::CameraInfo::port {} |
The device port.
Definition at line 58 of file CameraProperties.h.
std::string mmind::eye::CameraInfo::serialNumber |
Device serial number.
Definition at line 51 of file CameraProperties.h.
std::string mmind::eye::CameraInfo::subnetMask {"255.255.255.0"} |
The IP subnet mask of the device.
Definition at line 56 of file CameraProperties.h.