Package 

Enum WhiteBalance

  • All Implemented Interfaces:
    com.otaliastudios.cameraview.controls.Control

    
    public enum WhiteBalance
     implements Control
                        

    White balance values control the white balance settings.

    • Constructor Summary

      Constructors 
      Constructor Description
      WhiteBalance(int value)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      AUTO

      Automatic white balance selection (AWB).This is not guaranteed to be supported.

      INCANDESCENT

      White balance appropriate for incandescent light.This is not guaranteed to be supported.

      FLUORESCENT

      White balance appropriate for fluorescent light.This is not guaranteed to be supported.

      DAYLIGHT

      White balance appropriate for daylight captures.This is not guaranteed to be supported.

      CLOUDY

      White balance appropriate for pictures in cloudy conditions.This is not guaranteed to be supported.