get My Setting
Acquires the shooting properties set by the camera._setMySetting command. Just for Theta V and later.
Refer to the options Overview of API v2.1 reference for properties available for acquisition.
Return
Options of my setting
Parameters
capture Mode
The target shooting mode.
Throws
When an invalid option is specified.
suspend fun getMySetting(optionNames: List<ThetaRepository.OptionNameEnum>): ThetaRepository.Options
Acquires the shooting properties set by the camera._setMySetting command. Just for Theta S and SC.
Refer to the options Overview of API v2.1 reference for properties available for acquisition.
Return
Options of my setting
Parameters
option Names
List of option names to acquire.
Throws
When an invalid option is specified.