theta-client | Developer information for RICOH THETA
Long list of improvements. The SDK works with Android native, iOS native, React Native and Flutter. This video shows the installation and use of the Flutter demo using a Windows development workstation.
- The return value of
ThetaRepository.listFiles()
is changed toThetaFiles
that has following two members:-
fileList: List<FileInfo>
List of files acquired -
totalEntries: Int
Number of files stored in the Theta
-
- Add following commands to
ThetaRepository
classsetBluetoothDevice()
getMySetting()
setMySetting()
deleteMySetting()
listPlugins()
setPlugin()
startPlugin()
stopPlugin()
getPluginLicense()
getPluginOrders()
setPluginOrders()
- Add following properties to
ThetaInfo
classmanufacturer
wlanMacAddress
bluetoothMacAddress
supportUrl
api
endpoints
apiLevel
- Add following properties to
ThetaState
classstorageUri
storageID
captureStatus
capturedPictures
compositeShootingElapsedTime
latestFileUrl
chargingState
apiVersion
isPluginRunning
isPluginWebServer
function
isMySettingChange
currentMicrophone
isSdCard
cameraError
isBatteryInsert
- Some bug fixes