Mech-Eye API 2.3.3
API reference documentation for Mech-Eye Industrial 3D Camera
|
Defines the camera information. More...
#include <CameraProperties.h>
Public Attributes | |
std::string | model |
The device model, such as Mech-Eye NANO. | |
std::string | serialNumber |
The serial number of the device. | |
Version | hardwareVersion |
The version of the hardware (pre-determined in the factory). | |
Version | firmwareVersion |
The version of the firmware (upgradable). | |
std::string | ipAddress |
The IP address of the device. | |
std::string | subnetMask {"255.255.255.0"} |
The subnet mask of the device. | |
IpAssignmentMethod | ipAssignmentMethod {} |
The IP address assignment method of the device. | |
uint16_t | port {} |
The port used by the device. | |
Defines the camera information.
Definition at line 48 of file CameraProperties.h.
Version mmind::eye::CameraInfo::firmwareVersion |
The version of the firmware (upgradable).
Definition at line 53 of file CameraProperties.h.
Version mmind::eye::CameraInfo::hardwareVersion |
The version of the hardware (pre-determined in the factory).
Definition at line 52 of file CameraProperties.h.
std::string mmind::eye::CameraInfo::ipAddress |
The IP address of the device.
Definition at line 54 of file CameraProperties.h.
IpAssignmentMethod mmind::eye::CameraInfo::ipAssignmentMethod {} |
The IP address assignment method of the device.
Definition at line 56 of file CameraProperties.h.
std::string mmind::eye::CameraInfo::model |
The device model, such as Mech-Eye NANO.
Definition at line 50 of file CameraProperties.h.
uint16_t mmind::eye::CameraInfo::port {} |
The port used by the device.
Definition at line 57 of file CameraProperties.h.
std::string mmind::eye::CameraInfo::serialNumber |
The serial number of the device.
Definition at line 51 of file CameraProperties.h.
std::string mmind::eye::CameraInfo::subnetMask {"255.255.255.0"} |
The subnet mask of the device.
Definition at line 55 of file CameraProperties.h.