Mech-Eye API 2.5.1
API reference documentation for Mech-Eye Industrial 3D Camera
Loading...
Searching...
No Matches
Public Types | Static Public Attributes
ProcessingMode Class Reference

#include <Projector.h>

Public Types

enum struct  Value { Faster , MoreComplete }
 

Static Public Attributes

static constexpr const char * name = "ProjectorProcessingMode"
 
static constexpr const char * description
 
static constexpr Parameter::Type type = Parameter::Type::_Enum
 

Member Enumeration Documentation

◆ Value

enum struct Value
strong
Enumerator
Faster 

Suitable for scenarios with relatively simple reflective conditions.

Provides faster processing speed, but the depth data might have missing points.

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.

Field Documentation

◆ description

constexpr const char* 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."

◆ name

constexpr const char* name = "ProjectorProcessingMode"
staticconstexpr

◆ type

constexpr Parameter::Type type = Parameter::Type::_Enum
staticconstexpr

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