![]() |
Atlas-Cronos
7.0.1
|
The Atlas-Cronos SDK provides comprehensive APIs for controlling Teledyne FLIR cameras remotely as well as streaming images from streaming-capable cameras.
There are two main modules in Atlas-Cronos, the Image module which is oriented towards producing and processing thermal images and the Live module, which is oriented towards remote controlling cameras.
There is also a third module called GigeVision, which specializes on cameras which support Gigabit Ethernet.
All modules provide programming interfaces in the C# language.
To get started, simply import the Flir.Atlas.Cronos nuget package into your solution in Visual Studio.
Importing the Flir.Atlas.Cronos nuget package may be done locally or alternatively using a nuget server provided by your organization.
Sample applications are provided in order to introduce developers to Atlas-Cronos and some of the capabilities which Atlas-Cronos provides.
The provided sample applications are described below.
The IRImageReaderDemo sample application allows the user to load a thermal image and explore many editing options which can aid analysis.
Examples of editing options include setting the color mode and palette, changing fusion mode (for applicable images), and creating isotherms and annotations.
The ThermalCamera sample demonstrates infrared and ARGB streaming as well as focus and calibration features.
Discovering and connecting to cameras through network and other interfaces is also demonstrated.
The user may optionally choose to connect to a network camera by manually inputting an IP address.
Fixes
New features
Fixes