CogAcqProfileCamera CameraMode Property Cognex VisionPro 9.25 SR1
Reads or sets the operational mode of the camera. The camera mode setting will affect the type of image acquired. Intensity and IntensityWithGraphics images are intended for diagnostic purposes only. Range is for calibrated height profile images. Default mode is IntensityWithGraphics.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 93.1.0.0
Syntax

public virtual CogAcqCameraModeConstants CameraMode { get; set; }

Property Value

Type: CogAcqCameraModeConstants
Determines the acquisition mode of the camera.

Implements

ICogAcqProfileCamera CameraMode
Events

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