Mech-Eye API 2.5.1
API reference documentation for Mech-Eye Industrial 3D Camera
|
Defines the camera information. More...
#include <CameraProperties.h>
Data Fields | |
std::string | model |
The device model, such as Mech-Eye NANO. | |
std::string | deviceName |
The device name (UTF-8 encoded). | |
std::string | serialNumber |
The serial number of the device. | |
Platform | platform |
The platform name 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.
std::string deviceName |
The device name (UTF-8 encoded).
Version firmwareVersion |
The version of the firmware (upgradable).
Version hardwareVersion |
The version of the hardware (pre-determined in the factory).
std::string ipAddress |
The IP address of the device.
IpAssignmentMethod ipAssignmentMethod {} |
The IP address assignment method of the device.
std::string model |
The device model, such as Mech-Eye NANO.
Platform platform |
The platform name of the device.
uint16_t port {} |
The port used by the device.
std::string serialNumber |
The serial number of the device.
std::string subnetMask {"255.255.255.0"} |
The subnet mask of the device.