BracketSetting

data class BracketSetting(var aperture: ThetaRepository.ApertureEnum? = null, var colorTemperature: Int? = null, var exposureCompensation: ThetaRepository.ExposureCompensationEnum? = null, var exposureProgram: ThetaRepository.ExposureProgramEnum? = null, var iso: ThetaRepository.IsoEnum? = null, var shutterSpeed: ThetaRepository.ShutterSpeedEnum? = null, var whiteBalance: ThetaRepository.WhiteBalanceEnum? = null)

Parameters for multi bracket shooting.

Constructors

Link copied to clipboard
constructor(aperture: ThetaRepository.ApertureEnum? = null, colorTemperature: Int? = null, exposureCompensation: ThetaRepository.ExposureCompensationEnum? = null, exposureProgram: ThetaRepository.ExposureProgramEnum? = null, iso: ThetaRepository.IsoEnum? = null, shutterSpeed: ThetaRepository.ShutterSpeedEnum? = null, whiteBalance: ThetaRepository.WhiteBalanceEnum? = null)

Properties

Link copied to clipboard

Aperture value. Theta X and SC2 do not support.

Link copied to clipboard

Color temperature of the camera (Kelvin). Support value is 2500 to 10000 in 100-Kelvin units.

Link copied to clipboard

Exposure compensation. Theta SC2 does not support.

Link copied to clipboard

Exposure program. The exposure settings that take priority can be selected. Mandatory to Theta Z1 and V. Theta SC2 does not support.

Link copied to clipboard

ISO sensitivity.

Link copied to clipboard
Link copied to clipboard

White balance. Mandatory to Theta Z1 and V. Theta SC2 does not support.