Atlas-Cronos 7.5.0
Loading...
Searching...
No Matches
FLIR Atlas-Cronos SDK 7.5.0 Documentation

Introduction

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.


Getting Started

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

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.

IRImageReaderDemo

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.

ThermalCamera

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.


Changelog

7.5.0 (2024-06-05)

New features

  • Added support for authenticated RTSP streaming (thermal & visual).

Fixes

7.4.0 (2023-09-06)

Breaking changes

  • Visual Studio 2017 is no longer supported.

Fixes

  • Updated samples
  • Fix for save/snapshot issue on rotated compressed radiometric image or rotated compressed radiometric stream.

7.3.1 (2023-07-07)

Fixes

7.3.0 (2023-05-29)

New features

Fixes

  • Fix for rotated UltraMax images.
  • Fix crash for rotated T800 images.
  • Fix static scale for Ade.

7.2.0 (2023-03-30)

Breaking changes

  • Updating Spinnaker SDK to 3.0.0.188. Older versions no longer supported when using Gigevision library.

Fixes

7.1.3 (2023-01-31)

Fixes

  • Fix for DateTime not returning a UTC DateTime when using some regions.
  • Fix issue with corrupt visual image when cropping or rotating.

7.1.2 (2022-10-27)

Fixes

  • Fix for connecting to cameras with a Firewall when using SecurityParameters and Resolve / Connect.
  • Fix an issue when starting a second recording that sometimes doesn't produce a valid sequence file.

7.1.1 (2022-09-29)

Fixes

  • Fix save issue with compressed file in the ImProc module

7.1.0 (2022-06-23)

New features

7.0.2 (2022-06-09)

Fixes

  • External sensors not updating on a new frame.
  • Update Lens and FOV for each frame.
  • Memory leak in GetValues(Rectangle) and GetValues(Points)
  • Location after rotation of Measurement Rectangles.

7.0.1 (2022-02-18)

Fixes

7.0.0.759 (2022-01-18)

New features

Fixes

  • Memory leak fix in GetValues(Rectangle)