Thermal Camera SDK 10.0.1
SDK for Optris Thermal Cameras
Loading...
Searching...
No Matches
Installation

Contents

Download

You can download the Optris Thermal Camera SDK from the following websites:

Please take care when choosing the correct Debian package for your Linux installation. Make sure that the Ubuntu LTS version and the platform architecture (amd64, arm64) match. Otherwise you will run into compatibility issues.

Windows

Once the download is complete double click on the installer. You will be greeted with the following welcome page:

Welcome page.

Click Next to be prompted for the SDK installation directory:

Installation directory.

You are free to choose a different directory. The installer creates the system wide environment variable OTC_SDK_DIR with your chosen install location. This variable is used by the SDK to locate important files. You can utilize it to setup the include and library directories of your Visual Studio C++ project. For more details please refer to the Project Integration section in the Start Developing chapter.

Next you can select the SDK components to be installed:

Component selection.

Only the SDK components Core and Development are mandatory because they include all the necessary libraries, C++ headers and CMake configuration files to use the SDK. The Bindings components provide the resources you need to use the SDK in the listed programming language. The Documentation component includes the offline documentation of the SDK primarily comprised out of this HTML based API documentation. The Examples component provides source code examples for each of the supported programming languages.

After the installation is complete you can find all the files comprising the SDK in your chosen installation directory. Besides this the installer has, depending on your component choices,

  • created shortcuts in your start menu to
    • the Quick Start Guide
    • the Simple View example application
    • this documentation
  • copied the source code of the provided examples to your Documents folder
Note
The start menu entries may not appear right away after the installation. In this case log out of your account and they should appear once you logged in again.

You can try out the installed SDK by connecting an Optris thermal camera to your computer via USB and by starting the Simple View example application from the start menu.

Start menu entries (all components selected).
Note
The SDK requires internet access to download the calibration files from the Optris servers.

If everything works fine, you should see a window with a live false color image stream looking something like this:

Simple View with a cup ot tea.

To uninstall the SDK navigate to the Apps section of the Windows Settings application. Choose Installed apps and click on the three dots of the entry Optris Thermal Camera SDK and select the Uninstall option. This runs the Uninstaller that will remove the SDK from your system.

SDK uninstall option in the Windows Settings application.
Note
The uninstaller does not delete the source code of the examples in your Documents folder. This is done to avoid unintentionally deleting the work you have done with them.

Linux (Ubuntu LTS)

Once you verified that you downloaded the correct package for your Ubuntu installation and platform open up a terminal and navigate to the download folder. Install the package by executing the following command:

sudo apt install ./otcsdk-<SDK Version>-ubuntu-<Ubuntu Version>-<Platform>.deb

This installs not only the SDK but also all of its dependencies. You will see the following notice at the end of the apt command output:

N: Download is performed unsandboxed as root as file '/home/martin/otcsdk-<Ubuntu Version>-<Platform>.deb' couldn't be
accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)

It appears with every package installed directly from the filesystem and can safely be ignored. The SDK was installed correctly.

Note
You can also use the dpkg -i to install the Debian package but it will NOT install missing package dependencies!

If you have a desktop environment installed, the installation will automatically create two entries in the desktop menu. The first one opens this documentation in your chosen default browser and the second one starts the Simple View example.

Desktop menu entries.

You can test the installation by attaching a camera to your computer via USB and by starting the Simple View example.

Note
The SDK requires internet access to download the calibration files from Optris servers.

If everything works fine, a window displaying a live stream of false color images will appear.

Simple View with a curious dog.

You can uninstall the SDK with the help of the following command:

sudo apt remove otcsdk