Options

data class Options(var _aiAutoThumbnail: AiAutoThumbnail? = null, var _aiAutoThumbnailSupport: List<AiAutoThumbnail>? = null, var aperture: Float? = null, var apertureSupport: List<Float>? = null, var _bluetoothPower: BluetoothPower? = null, var _cameraControlSource: CameraControlSource? = null, var _cameraControlSourceSupport: List<CameraControlSource>? = null, var _cameraMode: CameraMode? = null, var captureMode: CaptureMode? = null, var captureModeSupport: List<CaptureMode>? = null, var clientVersion: Int? = null, var clientVersionSupport: List<Int>? = null, var _colorTemperature: Int? = null, var dateTimeZone: String? = null, var exposureCompensation: Float? = null, var exposureCompensationSupport: List<Float>? = null, var exposureDelay: Int? = null, var exposureDelaySupport: List<Int>? = null, var exposureProgram: Int? = null, var exposureProgramSupport: List<Int>? = null, var fileFormat: MediaFileFormat? = null, var fileFormatSupport: List<MediaFileFormat>? = null, var _filter: ImageFilter? = null, var _filterSupport: List<ImageFilter>? = null, var gpsInfo: GpsInfo? = null, var _gpsTagRecording: GpsTagRecording? = null, var _imageStitching: ImageStitching? = null, var _imageStitchingSupport: List<ImageStitching>? = null, var iso: Int? = null, var isoSupport: List<Int>? = null, var isoAutoHighLimit: Int? = null, var isoAutoHighLimitSupport: List<Int>? = null, var _language: Language? = null, var _languageSupport: List<Language>? = null, var _maxRecordableTime: Int? = null, var _maxRecordableTimeSupport: List<Int>? = null, var _microphone: MicrophoneOption? = null, var _microphoneSupport: List<MicrophoneOption>? = null, var _microphoneChannel: MicrophoneChannel? = null, var _microphoneChannelSupport: List<MicrophoneChannel>? = null, var _networkType: NetworkType? = null, var _networkTypeSupport: List<NetworkType>? = null, var offDelay: Int? = null, var offDelaySupport: List<Int>? = null, var _password: String? = null, var _powerSaving: PowerSaving? = null, var _powerSavingSupport: List<PowerSaving>? = null, var previewFormat: PreviewFormat? = null, var previewFormatSupport: List<PreviewFormat>? = null, var _proxy: Proxy? = null, var remainingPictures: Int? = null, var remainingSpace: Long? = null, var remainingVideoSeconds: Int? = null, var _shootingMethod: ShootingMethod? = null, var _shootingMethodSupport: List<ShootingMethod>? = null, var shutterSpeed: Double? = null, var shutterSpeedSupport: List<Double>? = null, var _shutterVolume: Int? = null, var _shutterVolumeSupport: ShutterVolumeSupport? = null, var sleepDelay: Int? = null, var sleepDelaySupport: List<Int>? = null, var _timeShift: TimeShift? = null, var _timeShiftSupport: List<TimeShift>? = null, var _topBottomCorrection: TopBottomCorrectionOption? = null, var _topBottomCorrectionSupport: List<TopBottomCorrectionOption>? = null, var totalSpace: Long? = null, var _username: String? = null, var videoStitching: VideoStitching? = null, var videoStitchingSupport: List<VideoStitching>? = null, var _visibilityReduction: VisibilityReduction? = null, var _visibilityReductionSupport: List<VisibilityReduction>? = null, var whiteBalance: WhiteBalance? = null, var whiteBalanceSupport: List<WhiteBalance>? = null, var _whiteBalanceAutoStrength: WhiteBalanceAutoStrength? = null, var _whiteBalanceAutoStrengthSupport: List<WhiteBalanceAutoStrength>? = null, var _wlanFrequency: WlanFrequency? = null, var _wlanFrequencySupport: List<WlanFrequency>? = null)

option key value pair

Constructors

Link copied to clipboard
constructor(_aiAutoThumbnail: AiAutoThumbnail? = null, _aiAutoThumbnailSupport: List<AiAutoThumbnail>? = null, aperture: Float? = null, apertureSupport: List<Float>? = null, _bluetoothPower: BluetoothPower? = null, _cameraControlSource: CameraControlSource? = null, _cameraControlSourceSupport: List<CameraControlSource>? = null, _cameraMode: CameraMode? = null, captureMode: CaptureMode? = null, captureModeSupport: List<CaptureMode>? = null, clientVersion: Int? = null, clientVersionSupport: List<Int>? = null, _colorTemperature: Int? = null, dateTimeZone: String? = null, exposureCompensation: Float? = null, exposureCompensationSupport: List<Float>? = null, exposureDelay: Int? = null, exposureDelaySupport: List<Int>? = null, exposureProgram: Int? = null, exposureProgramSupport: List<Int>? = null, fileFormat: MediaFileFormat? = null, fileFormatSupport: List<MediaFileFormat>? = null, _filter: ImageFilter? = null, _filterSupport: List<ImageFilter>? = null, gpsInfo: GpsInfo? = null, _gpsTagRecording: GpsTagRecording? = null, _imageStitching: ImageStitching? = null, _imageStitchingSupport: List<ImageStitching>? = null, iso: Int? = null, isoSupport: List<Int>? = null, isoAutoHighLimit: Int? = null, isoAutoHighLimitSupport: List<Int>? = null, _language: Language? = null, _languageSupport: List<Language>? = null, _maxRecordableTime: Int? = null, _maxRecordableTimeSupport: List<Int>? = null, _microphone: MicrophoneOption? = null, _microphoneSupport: List<MicrophoneOption>? = null, _microphoneChannel: MicrophoneChannel? = null, _microphoneChannelSupport: List<MicrophoneChannel>? = null, _networkType: NetworkType? = null, _networkTypeSupport: List<NetworkType>? = null, offDelay: Int? = null, offDelaySupport: List<Int>? = null, _password: String? = null, _powerSaving: PowerSaving? = null, _powerSavingSupport: List<PowerSaving>? = null, previewFormat: PreviewFormat? = null, previewFormatSupport: List<PreviewFormat>? = null, _proxy: Proxy? = null, remainingPictures: Int? = null, remainingSpace: Long? = null, remainingVideoSeconds: Int? = null, _shootingMethod: ShootingMethod? = null, _shootingMethodSupport: List<ShootingMethod>? = null, shutterSpeed: Double? = null, shutterSpeedSupport: List<Double>? = null, _shutterVolume: Int? = null, _shutterVolumeSupport: ShutterVolumeSupport? = null, sleepDelay: Int? = null, sleepDelaySupport: List<Int>? = null, _timeShift: TimeShift? = null, _timeShiftSupport: List<TimeShift>? = null, _topBottomCorrection: TopBottomCorrectionOption? = null, _topBottomCorrectionSupport: List<TopBottomCorrectionOption>? = null, totalSpace: Long? = null, _username: String? = null, videoStitching: VideoStitching? = null, videoStitchingSupport: List<VideoStitching>? = null, _visibilityReduction: VisibilityReduction? = null, _visibilityReductionSupport: List<VisibilityReduction>? = null, whiteBalance: WhiteBalance? = null, whiteBalanceSupport: List<WhiteBalance>? = null, _whiteBalanceAutoStrength: WhiteBalanceAutoStrength? = null, _whiteBalanceAutoStrengthSupport: List<WhiteBalanceAutoStrength>? = null, _wlanFrequency: WlanFrequency? = null, _wlanFrequencySupport: List<WlanFrequency>? = null)

Properties

Link copied to clipboard

Turns the AI auto setting ON/OFF.

Link copied to clipboard

Supported turns the AI auto setting

Link copied to clipboard

bluetooth power

Link copied to clipboard

camera control source

Link copied to clipboard

camera control source support

Link copied to clipboard

Camera mode.

Link copied to clipboard

Color temperature of the camera (Kelvin). It can be set for video shooting mode at RICOH THETA V firmware v3.00.1 or later. Shooting settings are retained separately for both the Still image shooting mode and Video shooting mode.

Link copied to clipboard

Image processing filter.

Link copied to clipboard

Supported image processing filter.

Link copied to clipboard

Turns position information assigning ON/OFF.

Link copied to clipboard

Still image stitching setting during shooting.

Link copied to clipboard

Supported still image stitching setting

Link copied to clipboard

Language used in camera OS.

Link copied to clipboard

Supported language used in camera OS.

Link copied to clipboard

Maximum recordable time (in seconds) of the camera.

Link copied to clipboard

Supported maximum recordable time (in seconds) of the camera.

Link copied to clipboard

Microphone to be used.

Link copied to clipboard

Microphone channel

Link copied to clipboard

Supported microphone channel

Link copied to clipboard

Supported microphone to be used.

Link copied to clipboard

Network type.

Link copied to clipboard

Supported network type.

Link copied to clipboard

Password used for digest authentication when _networkType is set to client mode.

Link copied to clipboard

Power saving mode

Link copied to clipboard

Supported PowerSaving.

Link copied to clipboard
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

Supported shooting method

Link copied to clipboard

Shutter volume. (0-100)

Link copied to clipboard

Supported shutter volume. (0-100)

Link copied to clipboard

Time shift shooting.

Link copied to clipboard

Supported TimeShift.

Link copied to clipboard
Link copied to clipboard

Supported top bottom correction

Link copied to clipboard

User name used for digest authentication when _networkType is set to client mode.

Link copied to clipboard

Reduction visibility of camera body to still image when stitching.

Link copied to clipboard

Supported reduction visibility of camera body to still image when stitching.

Link copied to clipboard

White Balance Auto Strength

Link copied to clipboard

Supported WhiteBalanceAutoStrength

Link copied to clipboard

Wireless LAN frequency of the camera supported by Theta V, Z1 and X.

Link copied to clipboard

Supported WlanFrequency

Link copied to clipboard

Aperture value.

Link copied to clipboard

Supported aperture value.

Link copied to clipboard

Shooting mode.

Link copied to clipboard

supported shooting mode.

Link copied to clipboard

API version of the camera. (RICOH THETA S firmware version 01.62 or later) Once the connection with the camera is disconnected, this property returns to the default 1.

Link copied to clipboard

supported client versions.

Link copied to clipboard

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

Link copied to clipboard

Exposure compensation (EV).

Link copied to clipboard

Supported exposure compensation (EV).

Link copied to clipboard

Operating time (sec.) of the self-timer. If exposureDelay is enabled, self-timer is used by shooting. If exposureDelay is disabled, use _latestEnabledExposureDelayTime to get the operating time of the self-timer stored in the camera.

Link copied to clipboard

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

Link copied to clipboard

Exposure program

Link copied to clipboard

Supported exposure program

Link copied to clipboard

Image format used in shooting.

Link copied to clipboard

supported mage format used in shooting.

Link copied to clipboard

GPS location information.

Link copied to clipboard
var iso: Int?

ISO sensitivity.

Link copied to clipboard

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

Link copied to clipboard

supported ISO sensitivity upper limit.

Link copied to clipboard

Supported ISO sensitivity.

Link copied to clipboard

Length of standby time before the camera automatically powers OFF.

Link copied to clipboard

Length of standby time before the camera automatically powers OFF.

Link copied to clipboard

preview format

Link copied to clipboard

Supported preview format

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
Link copied to clipboard

Shutter speed (sec).

Link copied to clipboard

Supported shutter spped.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Total storage space (byte).

Link copied to clipboard

Video stitching during shooting.

Link copied to clipboard

Supported video stitching during shooting

Link copied to clipboard

white balance

Link copied to clipboard

Supported white balance