ICogAcqProfileCamera LaserMode Property Cognex VisionPro
Reads or sets the mode of the laser. Default is Strobed. Laser is on when an image is acquired. "On" and "Off" are intended for setup and diagnostic purposes only.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax

CogAcqLaserModeConstants LaserMode { get; set; }

Property Value

Type: CogAcqLaserModeConstants
Determines the state of laser.
Events

Event TypeReason
ICogChangedEvent ChangedFires when this property changes. The following state flag may be affected: SfLaserMode
See Also