CogAcqCameraModeConstants EnumerationCognex VisionPro
Laser Height Camera Mode.

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

public enum CogAcqCameraModeConstants
Members

  Member nameValueDescription
Intensity0Camera outputs intensity image from sensor. Ouput format is 8-bit greyscale.
IntensityWithGraphics1Camera outputs intensity image from sensor with added graphics showing the results of the laser peak detection algorithm. Output format is RGB planar.
Range2Camera operates as a linescan camera and outputs range data in real world units. Output format is range data.
RangeWithGrey4Camera operates as a linescan camera and outputs combined range and grey data. Output format is range data.
See Also