ICogAcqProfileCamera HighDynamicRange Property Cognex VisionPro
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
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax

bool HighDynamicRange { get; set; }

Property Value

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

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