Package com.flir.thermalsdk.live.remote
Class Storage
java.lang.Object
com.flir.thermalsdk.live.remote.Storage
Camera image storage control interface.
-
Method Summary
Modifier and TypeMethodDescriptionfinal Property<StoredImage>
Get the latest image that was stored in the camera.final Command<StoredImage>
snapshot()
Request camera to store an image.final Command1Arg<Void,
String> Take a snapshot on the camera and save/import it directly to a local storage.
Note: this is currently experimental feature and may not work on all camera types.
-
Method Details
-
snapshot
Request camera to store an image. -
snapshotToLocalFile
Take a snapshot on the camera and save/import it directly to a local storage.
Note: this is currently experimental feature and may not work on all camera types. -
lastStoredImage
Get the latest image that was stored in the camera. Note: this property will be updated when the file is completely written to storage, so there may be some delay from when the picture is taken till the property is updated. Features: SUBSCRIBABLE (YES), WRITABLE (NO).
-