CogAcqProfileCamera HighDynamicRange Property Cognex VisionPro 9.24
Read or sets high dynamic range operation. When enabled, the camera uses multiple exposures to increase the dynamic range. This is useful when the laser line passes over both dark and highly reflective regions. Enabling high dynamic range will reduce the maximum line rate. Default value is False.

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

public virtual bool HighDynamicRange { get; set; }

Property Value

Type: Boolean
Controls the maximum line rate by acquiring images with multiple expsures.

Implements

ICogAcqProfileCamera HighDynamicRange
Events

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