Releases: ricohapi/theta-client
Releases · ricohapi/theta-client
1.11.1
1.11.0
Changes from 1.10.2
- Add _cameraPower option for Theta X.
- Add
_fileUrls
property into camera.startCapture command response for movie shooting of Theta X. - Fixed a bug on
stopLivePreview()
of Flutter and React Native. - Fixed a bug no error firing when turn off WiFi in live preview.
1.10.2
1.10.1
1.10.0
1.9.1
Changes from 1.9.0
- Add some video file formats to fileFormat option.
1.9.0
Changes from 1.8.0
- Implement _ethernetConfig option
- Add supported values to fileFormat option
- Add supported values to _maxRecordableTime option
1.8.0
Changes from 1.7.1
- Add following properties to
ThetaState
class:externalGpsInfo
,internalGpsInfo
,boardTemp
andbatteryTemp
- Fix memory leaks
- Update coroutines library
- Update ktor library and krypto library
- Add ProGuard settings so that applications need not set ProGuard
- Add to tutorials how to set numeric bitrate on still shooting
- Support https for live preview to use fake-theta
1.7.1
1.7.0
Changes from 1.6.0
- Upgrade flutter version to
3.16.3
- Implement number parameter of
offDelay
andsleepDelay
on ReactNative and Flutter - Implement
_bluetoothRole
option - Implement following shooting methods
- Multi bracket shooting
- Burst shooting
- Continuous shooting
- Fix live preview on Android demo app
- Some bug fix and refactoring (see commit logs)