Builder

Builder of MultiBracketCapture

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
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 is 2 to 13. Instead of this function, you can use addBracketSettingList.

Link copied to clipboard

Add bracket setting list. Instead of this function, you can use addBracketParameters

Link copied to clipboard
suspend fun build(): MultiBracketCapture

Builds an instance of a MultiBracketCapture that has all the combined parameters of the Options that have been added to the Builder.

Link copied to clipboard
Link copied to clipboard

Set color temperature of the camera (Kelvin).

Link copied to clipboard

Set operating time (sec.) of the self-timer.

Link copied to clipboard

Set exposure program. The exposure settings that take priority can be selected.

Link copied to clipboard
Link copied to clipboard

Set turns position information assigning ON/OFF.

Link copied to clipboard
Link copied to clipboard

Set ISO sensitivity upper limit when ISO sensitivity is set to automatic.

Link copied to clipboard