Mech-Eye API 2.5.1
API reference documentation for Mech-Eye Industrial 3D Camera
Loading...
Searching...
No Matches
Data Fields
CameraInfo Struct Reference

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.
 

Detailed Description

Defines the camera information.

Field Documentation

◆ deviceName

std::string deviceName

The device name (UTF-8 encoded).

◆ firmwareVersion

Version firmwareVersion

The version of the firmware (upgradable).

◆ hardwareVersion

Version hardwareVersion

The version of the hardware (pre-determined in the factory).

◆ ipAddress

std::string ipAddress

The IP address of the device.

◆ ipAssignmentMethod

IpAssignmentMethod ipAssignmentMethod {}

The IP address assignment method of the device.

◆ model

std::string model

The device model, such as Mech-Eye NANO.

◆ platform

Platform platform

The platform name of the device.

◆ port

uint16_t port {}

The port used by the device.

◆ serialNumber

std::string serialNumber

The serial number of the device.

◆ subnetMask

std::string subnetMask {"255.255.255.0"}

The subnet mask of the device.


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