Package com.flir.thermalsdk.live.remote
Class System
java.lang.Object
com.flir.thermalsdk.live.remote.System
Camera system control and monitoring interface.
-
Method Summary
Modifier and TypeMethodDescriptionTells a camera to perform a factory reset on next reboot.
Note: Not supported on all cameras.Check if camera startup procedure is done, in particular all start-up processes are up and running.reboot()
Performs a camera reboot.
Note: Not supported on all cameras.final Property<LocalDateTime>
time()
Control camera's date and time settings.Control camera's time zone name (e.g.final Command1Arg<Void,
String> wifiSsid()
Allows to set camera's WiFi SSID.
Note: Only certain cameras support this command, i.e.
-
Method Details
-
isSystemUp
Check if camera startup procedure is done, in particular all start-up processes are up and running. Features: SUBSCRIBABLE (NO), WRITABLE (NO). -
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
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
Allows to set camera's WiFi SSID.
Note: Only certain cameras support this command, i.e. FLIR ONE Wireless. -
reboot
Performs a camera reboot.
Note: Not supported on all cameras. -
factoryReset
Tells a camera to perform a factory reset on next reboot.
Note: Not supported on all cameras.
-