ILiveViewSubscription.SetWhiteBalancePoint Method

Definition

Namespace: P1.CameraSdk

Set the Custom C1 white balance, by the sampling a position in full image coordinates

public void SetWhiteBalancePoint(ValuePoint whitePoint);

Cameras like IQ4 defines a set of white balance settings. The defaults are Daylight, Tungsten, etc. Besides the default settings, there are used definable ones. One of these are Custom C1.

This method changes the cameras white balance property to Custom C1 setting. And the white balance vector for Custom C1 is changed to reflect the sample position provided by this method. This means the cameras white balance setting is changed!

Use the white balance property, to change white balance back to Auto or Daylight, etc.