addBracketParameters

fun addBracketParameters(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): MultiBracketCapture.Builder

Add bracket parameters for a shot.

Number of shots in multi bracket shooting | | Min | Max | | ---------------------- | --- | --- | | THETA S | 2 | 13 | | THETA SC | 2 | 13 | | THETA V | 2 | 19 | | THETA SC2 | 2 | 13 | | THETA SC2 for business | 2 | 13 | | THETA Z1 | 2 | 19 | | THETA X | 2 | 13 |

Instead of this function, you can use addBracketSettingList.

Return

MultiBracketCapture.Builder

Parameters

aperture

Only Theta Z1 supports.

colorTemperature
exposureCompensation

Theta X, SC2, S and SC do not support

exposureProgram

Theta X supports only MANUAL. Theta SC2, S and SC do not support.

iso
shutterSpeed
whiteBalance

Theta SC2, S and SC do not support.