Mech-Eye API 2.4.0
API reference documentation for Mech-Eye Industrial 3D Camera
Loading...
Searching...
No Matches
Public Types | Static Public Attributes | List of all members
mmind::eye::laser_setting::ProcessingMode Class Reference

Public Types

enum struct  Value { Faster , MoreComplete }
 

Static Public Attributes

static constexpr const charname = "LaserProcessingMode"
 
static constexpr const chardescription
 
static constexpr Parameter::Type type = Parameter::Type::_Enum
 

Detailed Description

Definition at line 87 of file Laser.h.

Member Enumeration Documentation

◆ Value

Enumerator
Faster 

Provides faster processing speed, but the depth data might have missing points. Suitable for scenarios with relatively simple reflective conditions.

MoreComplete 

Provides more complete depth data, but the processing speed is slower. Suitable for scenarios with complex reflective conditions, such as a bin whose walls often cause interreflection.

Definition at line 101 of file Laser.h.

Member Data Documentation

◆ description

constexpr const char* mmind::eye::laser_setting::ProcessingMode::description
staticconstexpr
Initial value:
=
"Select the data processing mode for the \"Reflective\" fringe coding mode.\n\n* Faster: "
"provides faster processing speed, but the depth data might have missing points. Suitable "
"for scenarios with relatively simple reflective conditions.\n* More Complete: provides "
"more complete depth data, but the processing speed is slower. Suitable for scenarios with "
"complex reflective conditions, such as a bin whose walls often cause interreflection."

Definition at line 92 of file Laser.h.

◆ name

constexpr const char* mmind::eye::laser_setting::ProcessingMode::name = "LaserProcessingMode"
staticconstexpr

Definition at line 90 of file Laser.h.

◆ type

constexpr Parameter::Type mmind::eye::laser_setting::ProcessingMode::type = Parameter::Type::_Enum
staticconstexpr

Definition at line 99 of file Laser.h.


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