GetMySettingParams

data class GetMySettingParams(val mode: CaptureMode? = null, val optionNames: List<String>? = null)

get my setting parameters

Constructors

Link copied to clipboard
constructor(mode: CaptureMode? = null, optionNames: List<String>? = null)

Properties

Link copied to clipboard
val mode: CaptureMode? = null

The target shooting mode ("image": still image capture mode, "video": video capture) In RICOH THETA S and SC, do not set then it can be acquired for still image.

Link copied to clipboard
val optionNames: List<String>? = null

option name list to be acquired Other than Theta S and SC, do not set value then all properties are acquired.