Determines the tradeoff between maximum speed and accuracy of the laser detection algorithm. L4000 and L38 sensors only support Standard mode.
Namespace: Cognex.VisionPro.Implementation.InternalAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 87.0.0.0
public virtual CogProfileCameraLaserDetectionModeConstants LaserDetectionMode { get; set; }public virtual CogProfileCameraLaserDetectionModeConstants LaserDetectionMode { get; set; }Public Overridable Property LaserDetectionMode As CogProfileCameraLaserDetectionModeConstants
Get
Set
Public Overridable Property LaserDetectionMode As CogProfileCameraLaserDetectionModeConstants
Get
Set
public:
virtual property CogProfileCameraLaserDetectionModeConstants LaserDetectionMode {
CogProfileCameraLaserDetectionModeConstants get ();
void set (CogProfileCameraLaserDetectionModeConstants value);
}public:
virtual property CogProfileCameraLaserDetectionModeConstants LaserDetectionMode {
CogProfileCameraLaserDetectionModeConstants get ();
void set (CogProfileCameraLaserDetectionModeConstants value);
}Property Value
Type:
CogProfileCameraLaserDetectionModeConstantsImplements
ICogAcqProfileCamera LaserDetectionMode| 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. |