Interface WhiteBalanceControl

    • Method Detail

      • getMode

        WhiteBalanceControl.Mode getMode()
        Get the current white balance mode of the camera
        Returns:
        the current white balance mode of the camera
      • setMode

        boolean setMode​(WhiteBalanceControl.Mode mode)
        Set the white balance mode for the camera
        Parameters:
        mode - the mode to enter
        Returns:
        whether the operation was successful
      • getMinWhiteBalanceTemperature

        int getMinWhiteBalanceTemperature()
        Get the minimum white balance temperature for this camera
        Returns:
        min white balance temp, in degrees Kelvin
      • getMaxWhiteBalanceTemperature

        int getMaxWhiteBalanceTemperature()
        Get the maximum white balance temperature for this camera
        Returns:
        max white balance temp, in degrees Kelvin
      • getWhiteBalanceTemperature

        int getWhiteBalanceTemperature()
        Get the current white balance temperature for this camera
        Returns:
        current white balance temp, in degrees Kelvin
      • setWhiteBalanceTemperature

        boolean setWhiteBalanceTemperature​(int temperature)
        Set the white balance temperature for this camera
        Parameters:
        temperature - temperature to set, in degrees Kelvin
        Returns:
        whether the operation was successful