Determines the tradeoff between maximum speed and accuracy of the laser detection algorithm. L4000 and L38 sensors only support Standard mode.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 91.0.0.0
CogProfileCameraLaserDetectionModeConstants LaserDetectionMode { get; set; }CogProfileCameraLaserDetectionModeConstants LaserDetectionMode { get; set; }Property LaserDetectionMode As CogProfileCameraLaserDetectionModeConstants
Get
Set
Property LaserDetectionMode As CogProfileCameraLaserDetectionModeConstants
Get
Set
property CogProfileCameraLaserDetectionModeConstants LaserDetectionMode {
CogProfileCameraLaserDetectionModeConstants get ();
void set (CogProfileCameraLaserDetectionModeConstants value);
}property CogProfileCameraLaserDetectionModeConstants LaserDetectionMode {
CogProfileCameraLaserDetectionModeConstants get ();
void set (CogProfileCameraLaserDetectionModeConstants value);
}Property Value
Type:
CogProfileCameraLaserDetectionModeConstants| Event Type | Reason |
|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected: SfLaserDetectionMode |
| Exception | Condition |
|---|
| ArgumentOutOfRangeException | If the supplied value is anything other than Standard for an L4000 or L38 sensor. |