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::scanning2d_setting::FlashAcquisitionMode Class Reference

Public Types

enum struct  Value { Responsive , Fast }
 

Static Public Attributes

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

Detailed Description

Definition at line 203 of file Scanning2D.h.

Member Enumeration Documentation

◆ Value

enum struct mmind::eye::scanning2d_setting::FlashAcquisitionMode::Value
strong

Definition at line 227 of file Scanning2D.h.

Member Data Documentation

◆ description

constexpr const char* mmind::eye::scanning2d_setting::FlashAcquisitionMode::description
staticconstexpr
Initial value:
=
"Select the mode of acquiring the 2D image when using the projector for supplemental "
"light. \n\n* Fast: The 2D image is acquired as part of the 3D data, providing a faster "
"acquisition speed. Recommended for applications that use capture2DAnd3D() and require "
"short cycle time. \n* Responsive: The 2D image is acquired independently, ensuring the "
"correctness of the 2D image acquired by capture2D(). However, it takes longer to acquire "
"both 2D and 3D data. Recommended for applications that acquire the 2D and 3D data "
"separately.\n\nNote: \n* If the \"Fast\" mode is used with capture2D() and capture3D(), "
"as the acquisition of the 2D image requires all 3D data to be acquired first, capture2D() "
"must be called after capture3D(). If the scene changes after capture3D() is called, the "
"2D image acquired by capture2D() will not match the actual scene.\n* When \"Fast\" is "
"selected, the brightness of the 2D image is affected by the \"Scan3DExposureSequence\" "
"and \"ProjectorPowerLevel\" / \"LaserPowerLevel\" parameters.\n* When \"Responsive\" is "
"selected, the brightness of the 2D image is affected by the \"ProjectorPowerLevel\" / "
"\"LaserPowerLevel\" parameters. \n* For the models that do not have this parameter, their "
"acquisition mode in the flash exposure mode is the same as the \"Fast\" mode."

Definition at line 208 of file Scanning2D.h.

◆ name

constexpr const char* mmind::eye::scanning2d_setting::FlashAcquisitionMode::name = "Scan2DFlashAcquisitionMode"
staticconstexpr

Definition at line 206 of file Scanning2D.h.

◆ type

constexpr Parameter::Type mmind::eye::scanning2d_setting::FlashAcquisitionMode::type = Parameter::Type::_Enum
staticconstexpr

Definition at line 225 of file Scanning2D.h.


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