Options

data class Options(var aiAutoThumbnail: ThetaRepository.AiAutoThumbnailEnum? = null, var aperture: ThetaRepository.ApertureEnum? = null, var autoBracket: ThetaRepository.BracketSettingList? = null, var bitrate: ThetaRepository.Bitrate? = null, var bluetoothPower: ThetaRepository.BluetoothPowerEnum? = null, var bluetoothRole: ThetaRepository.BluetoothRoleEnum? = null, var burstMode: ThetaRepository.BurstModeEnum? = null, var burstOption: ThetaRepository.BurstOption? = null, var cameraControlSource: ThetaRepository.CameraControlSourceEnum? = null, var cameraMode: ThetaRepository.CameraModeEnum? = null, var captureInterval: Int? = null, var captureMode: ThetaRepository.CaptureModeEnum? = null, var captureNumber: Int? = null, var colorTemperature: Int? = null, var compositeShootingOutputInterval: Int? = null, var compositeShootingTime: Int? = null, var continuousNumber: ThetaRepository.ContinuousNumberEnum? = null, var dateTimeZone: String? = null, var ethernetConfig: ThetaRepository.EthernetConfig? = null, var exposureCompensation: ThetaRepository.ExposureCompensationEnum? = null, var exposureDelay: ThetaRepository.ExposureDelayEnum? = null, var exposureProgram: ThetaRepository.ExposureProgramEnum? = null, var faceDetect: ThetaRepository.FaceDetectEnum? = null, var fileFormat: ThetaRepository.FileFormatEnum? = null, var filter: ThetaRepository.FilterEnum? = null, var function: ThetaRepository.ShootingFunctionEnum? = null, var gain: ThetaRepository.GainEnum? = null, var gpsInfo: ThetaRepository.GpsInfo? = null, var imageStitching: ThetaRepository.ImageStitchingEnum? = null, var isGpsOn: Boolean? = null, var iso: ThetaRepository.IsoEnum? = null, var isoAutoHighLimit: ThetaRepository.IsoAutoHighLimitEnum? = null, var language: ThetaRepository.LanguageEnum? = null, var latestEnabledExposureDelayTime: ThetaRepository.ExposureDelayEnum? = null, var maxRecordableTime: ThetaRepository.MaxRecordableTimeEnum? = null, var networkType: ThetaRepository.NetworkTypeEnum? = null, var offDelay: ThetaRepository.OffDelay? = null, var password: String? = null, var powerSaving: ThetaRepository.PowerSavingEnum? = null, var preset: ThetaRepository.PresetEnum? = null, var previewFormat: ThetaRepository.PreviewFormatEnum? = null, var proxy: ThetaRepository.Proxy? = null, var remainingPictures: Int? = null, var remainingVideoSeconds: Int? = null, var remainingSpace: Long? = null, var shootingMethod: ThetaRepository.ShootingMethodEnum? = null, var shutterSpeed: ThetaRepository.ShutterSpeedEnum? = null, var sleepDelay: ThetaRepository.SleepDelay? = null, var timeShift: ThetaRepository.TimeShiftSetting? = null, var topBottomCorrection: ThetaRepository.TopBottomCorrectionOptionEnum? = null, var topBottomCorrectionRotation: ThetaRepository.TopBottomCorrectionRotation? = null, var totalSpace: Long? = null, var shutterVolume: Int? = null, var username: String? = null, var videoStitching: ThetaRepository.VideoStitchingEnum? = null, var visibilityReduction: ThetaRepository.VisibilityReductionEnum? = null, var whiteBalance: ThetaRepository.WhiteBalanceEnum? = null, var whiteBalanceAutoStrength: ThetaRepository.WhiteBalanceAutoStrengthEnum? = null, var wlanFrequency: ThetaRepository.WlanFrequencyEnum? = null)

Camera setting options. Refer to the options category

Constructors

Link copied to clipboard
constructor()
constructor(aiAutoThumbnail: ThetaRepository.AiAutoThumbnailEnum? = null, aperture: ThetaRepository.ApertureEnum? = null, autoBracket: ThetaRepository.BracketSettingList? = null, bitrate: ThetaRepository.Bitrate? = null, bluetoothPower: ThetaRepository.BluetoothPowerEnum? = null, bluetoothRole: ThetaRepository.BluetoothRoleEnum? = null, burstMode: ThetaRepository.BurstModeEnum? = null, burstOption: ThetaRepository.BurstOption? = null, cameraControlSource: ThetaRepository.CameraControlSourceEnum? = null, cameraMode: ThetaRepository.CameraModeEnum? = null, captureInterval: Int? = null, captureMode: ThetaRepository.CaptureModeEnum? = null, captureNumber: Int? = null, colorTemperature: Int? = null, compositeShootingOutputInterval: Int? = null, compositeShootingTime: Int? = null, continuousNumber: ThetaRepository.ContinuousNumberEnum? = null, dateTimeZone: String? = null, ethernetConfig: ThetaRepository.EthernetConfig? = null, exposureCompensation: ThetaRepository.ExposureCompensationEnum? = null, exposureDelay: ThetaRepository.ExposureDelayEnum? = null, exposureProgram: ThetaRepository.ExposureProgramEnum? = null, faceDetect: ThetaRepository.FaceDetectEnum? = null, fileFormat: ThetaRepository.FileFormatEnum? = null, filter: ThetaRepository.FilterEnum? = null, function: ThetaRepository.ShootingFunctionEnum? = null, gain: ThetaRepository.GainEnum? = null, gpsInfo: ThetaRepository.GpsInfo? = null, imageStitching: ThetaRepository.ImageStitchingEnum? = null, isGpsOn: Boolean? = null, iso: ThetaRepository.IsoEnum? = null, isoAutoHighLimit: ThetaRepository.IsoAutoHighLimitEnum? = null, language: ThetaRepository.LanguageEnum? = null, latestEnabledExposureDelayTime: ThetaRepository.ExposureDelayEnum? = null, maxRecordableTime: ThetaRepository.MaxRecordableTimeEnum? = null, networkType: ThetaRepository.NetworkTypeEnum? = null, offDelay: ThetaRepository.OffDelay? = null, password: String? = null, powerSaving: ThetaRepository.PowerSavingEnum? = null, preset: ThetaRepository.PresetEnum? = null, previewFormat: ThetaRepository.PreviewFormatEnum? = null, proxy: ThetaRepository.Proxy? = null, remainingPictures: Int? = null, remainingVideoSeconds: Int? = null, remainingSpace: Long? = null, shootingMethod: ThetaRepository.ShootingMethodEnum? = null, shutterSpeed: ThetaRepository.ShutterSpeedEnum? = null, sleepDelay: ThetaRepository.SleepDelay? = null, timeShift: ThetaRepository.TimeShiftSetting? = null, topBottomCorrection: ThetaRepository.TopBottomCorrectionOptionEnum? = null, topBottomCorrectionRotation: ThetaRepository.TopBottomCorrectionRotation? = null, totalSpace: Long? = null, shutterVolume: Int? = null, username: String? = null, videoStitching: ThetaRepository.VideoStitchingEnum? = null, visibilityReduction: ThetaRepository.VisibilityReductionEnum? = null, whiteBalance: ThetaRepository.WhiteBalanceEnum? = null, whiteBalanceAutoStrength: ThetaRepository.WhiteBalanceAutoStrengthEnum? = null, wlanFrequency: ThetaRepository.WlanFrequencyEnum? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Multi bracket shooting setting.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Shooting interval (sec.) for interval shooting.

Link copied to clipboard
Link copied to clipboard

Number of shots for interval shooting.

Link copied to clipboard

Color temperature of the camera (Kelvin).

Link copied to clipboard

In-progress save interval for interval composite shooting (sec).

Link copied to clipboard

Shooting time for interval composite shooting (sec).

Link copied to clipboard

Current system time of RICOH THETA. Setting another options will result in an error.

Link copied to clipboard
Link copied to clipboard

Operating time (sec.) of the self-timer.

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard

Image format used in shooting.

Link copied to clipboard

Image processing filter.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

GPS location information.

Link copied to clipboard

Still image stitching setting during shooting.

Link copied to clipboard

Turns position information assigning ON/OFF. For THETA X

Link copied to clipboard

Turns position information assigning ON/OFF.

Link copied to clipboard

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

Link copied to clipboard

Language used in camera OS.

Link copied to clipboard

Self-timer operating time (sec.) when the self-timer (exposureDelay) was effective.

Link copied to clipboard

Maximum recordable time (in seconds) of the camera.

Link copied to clipboard

Network type of the camera.

Link copied to clipboard

Length of standby time before the camera automatically powers OFF.

Link copied to clipboard

Password used for digest authentication when _networkType is set to client mode. Can be set by camera.setOptions during direct mode.

Link copied to clipboard

Power saving mode. Only for Theta X.

Link copied to clipboard

Preset mode of Theta SC2 and Theta SC2 for business.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The estimated remaining number of shots for the current shooting settings.

Link copied to clipboard

Remaining usable storage space (byte).

Link copied to clipboard

The estimated remaining shooting time (sec.) for the current video shooting settings.

Link copied to clipboard

Shooting method for My Settings mode. In RICOH THETA X, it is used outside of MySetting. Can be acquired and set only when in the Still image shooting mode and _function is the My Settings shooting function. Changing _function initializes the setting details to Normal shooting.

Link copied to clipboard
Link copied to clipboard

Shutter volume.

Link copied to clipboard

Length of standby time before the camera enters the sleep mode.

Link copied to clipboard
Link copied to clipboard

Total storage space (byte).

Link copied to clipboard

User name used for digest authentication when _networkType is set to client mode. Can be set by camera.setOptions during direct mode.

Link copied to clipboard

Video stitching during shooting.

Link copied to clipboard

Reduction visibility of camera body to still image when stitching.

Link copied to clipboard
Link copied to clipboard

Wireless LAN frequency of the camera

Functions

Link copied to clipboard

Get Option value.

Link copied to clipboard

Set option value.