Reads or sets whether using high A/D gain.
Namespace: Cognex.VisionPro.Implementation.InternalAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax
Property Value
Type: BooleanImplements
ICogAcqDigitalCameraGain DigitalHighGainSelectedEvents
| Event Type | Reason |
|---|---|
| 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