Struct LaserSettings
Defined in File MechEyeSettings.h
Struct Documentation
-
struct mmind::api::LaserSettings
Settings used for laserColorMap capturing.
Getter:
MechEyeDevice::getLaserSettingsSetter: MechEyeDevice::setLaserSettings
Note
Only used in Mech-Eye Laser product family.
Public Types
Public Members
-
LaserFringeCodingMode FringeCodingMode
Option for laser fringe coding mode.
-
int FrameRangeStart
The laser scan field of view start position.
FrameRangeStart and FrameRangeEnd work together to determine the laser scan field of view. Use 0~100 to represent all laser projection positions from left to right under the camera’s view. The frame range setting must satisfy that FrameRangeEnd is at least 25 larger than FrameRangeStart.
-
int FrameRangeEnd
The laser scan field of view end position.
FrameRangeStart and FrameRangeEnd work together to determine the laser scan field of view. Use 0~100 to represent all laser projection positions from left to right under the camera’s view. The frame range setting must satisfy that FrameRangeEnd is at least 25 larger than FrameRangeStart.
-
int FramePartitionCount
Laser’s scan partition number.
If the value is more than 1, the scan from start to end will be partitioned into multiple parts. It is recommended to use multiple partition parts for extremely dark objects.
Note
Minimum: 1
Maximum: 4
-
int PowerLevel
Laser Power.
High power is often used for scanning dark objects. Low power is often used for scanning reflective objects.
Note
Minimum: 20
Maximum: 100
-
LaserFringeCodingMode FringeCodingMode