RicohThetaPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • RicohThetaPlatform
Implementers

Constructors

RicohThetaPlatform()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

adjustLiveViewFps(int fps) Future
batteryLevel() Future<num?>
disconnect() Future
getDeviceInfo() Future<DeviceInfo?>
getImage(String fileId, String path) Future<RicohImage?>
getImageInfoes() Future<List<ImageInfoes>>
getStorageInfo() Future<StorageInfo?>
listenCameraImages() Stream<Uint8List>?
listenDownloadProgress() Stream<num>?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pauseLiveView() Future
removeImageWithFileId(String fileId) Future<bool?>
resumeLiveView() Future
setTargetIp(String? ipAddress) Future
startLiveView(int fps) Future
stopLiveView() Future
takePicture(String path) Future<PictureTakeInfo?>
toString() String
A string representation of this object.
inherited
update() Future

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance RicohThetaPlatform
getter/setter pair