Class System

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

public final class System extends Object
Camera system control and monitoring interface.
  • Method Details

    • isSystemUp

      public final Property<Boolean> isSystemUp()
      Check if camera startup procedure is done, in particular all start-up processes are up and running. Features: SUBSCRIBABLE (NO), WRITABLE (NO).
    • time

      public final Property<LocalDateTime> time()
      Control camera's date and time settings. Note that some cameras do not respect setting the time's seconds and arbitrary set them to 0.
    • timeZoneName

      public final Property<String> timeZoneName()
      Control camera's time zone name (e.g. "Europe/Paris"). See: https://www.iana.org/time-zones See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones Note that some cameras do not support setting the time zone name.
    • wifiSsid

      public final Command1Arg<Void,String> wifiSsid()
      Allows to set camera's WiFi SSID.
      Note: Only certain cameras support this command, i.e. FLIR ONE Wireless.
    • reboot

      public final Command<Void> reboot()
      Performs a camera reboot.
      Note: Not supported on all cameras.
    • factoryReset

      public final Command<Void> factoryReset()
      Tells a camera to perform a factory reset on next reboot.
      Note: Not supported on all cameras.