Class Storage

java.lang.Object
com.flir.thermalsdk.live.remote.Storage

public final class Storage extends Object
Camera image storage control interface.
  • Method Details

    • snapshot

      public final Command<StoredImage> snapshot()
      Request camera to store an image.
    • snapshotToLocalFile

      public final Command1Arg<Void,String> 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

      public final Property<StoredImage> 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).