Mech-Eye API 2.3.1
API reference documentation for Mech-Eye Industrial 3D Camera
All Classes Functions Variables Enumerations Enumerator Pages
Public Attributes | List of all members
mmind::eye::CameraInfo Struct Reference

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.
 

Detailed Description

Defines the camera information.

Definition at line 48 of file CameraProperties.h.

Member Data Documentation

◆ firmwareVersion

Version mmind::eye::CameraInfo::firmwareVersion

The version of the firmware which can be upgraded.

Definition at line 54 of file CameraProperties.h.

◆ hardwareVersion

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.

◆ ipAddress

std::string mmind::eye::CameraInfo::ipAddress

The IP address of the device.

Definition at line 55 of file CameraProperties.h.

◆ ipAssignmentMethod

IpAssignmentMethod mmind::eye::CameraInfo::ipAssignmentMethod {}

The IP assignment method of the device.

Definition at line 57 of file CameraProperties.h.

◆ model

std::string mmind::eye::CameraInfo::model

Device model name, such as Mech-Eye Nano.

Definition at line 50 of file CameraProperties.h.

◆ port

uint16_t mmind::eye::CameraInfo::port {}

The device port.

Definition at line 58 of file CameraProperties.h.

◆ serialNumber

std::string mmind::eye::CameraInfo::serialNumber

Device serial number.

Definition at line 51 of file CameraProperties.h.

◆ subnetMask

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.


The documentation for this struct was generated from the following file: