CogAcqDigitalCameraGain DigitalHighGainSelected Property Cognex VisionPro 9.7
Reads or sets whether using high A/D gain.

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

public virtual bool DigitalHighGainSelected { get; set; }

Property Value

Type: Boolean

Implements

ICogAcqDigitalCameraGain DigitalHighGainSelected
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the gain selection changes.

The following state flag may be affected:

Remarks

Sets or gets the camera's analog/digital (A/D) gain setting.

Not all FIFOs support this property. Check whether the FIFO supports it, as in the example, before using this property.

The gain can be either high (True) or low (False).

Some digital cameras provide only manual gain control by means of a physical switch or a dial in the camera. However, some digital cameras support gain selection by means of a control line.

Default Value: False

See Also