Thermal Camera SDK 11.4.10
SDK for Optris Thermal Cameras
Loading...
Searching...
No Matches
CalibrationFileSource.h
Go to the documentation of this file.
1// Copyright (c) 2008-2026 Optris GmbH & Co. KG
2
11#pragma once
12
13
14namespace optris
15{
16
19{
20 Device,
22 Internet,
23 User,
24 Empty,
25};
26
27} // namespace optris
Main SDK namespace.
Definition AlarmChannel.h:21
CalibrationFileSource
Represents the different sources from which the calibration files can be acquired.
Definition CalibrationFileSource.h:19
@ User
The client is asked for a source directory (e.g. via a file picker) through the ConnectionState::Cali...
@ Filesystem
The calibration files are copied from a local filesystem directory.
@ Internet
The calibration files are downloaded from Optris servers. Requires internet access.
@ Empty
No calibration source wanted.
@ Device
The calibration files are fetched from the on-board memory of the device. Not supported by all device...