ICogAcqWhiteBalance InterfaceCognex VisionPro
Interface for setting the white balance of a color camera.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax

public interface ICogAcqWhiteBalance

The ICogAcqWhiteBalance type exposes the following members.

Methods

  NameDescription
Public methodAutoWhiteBalance
Sets the white balance automatically if the camera supports it.
Top
Properties

  NameDescription
Public propertyUGain
Gets or sets the gain of the U component in the YUV color model.
Public propertyVGain
Gets or sets the gain of the V component in the YUV color model.
Top
Remarks

Interface for specifying the white balance of a color camera.
See Also