Thermal Camera SDK 11.3.0
SDK for Optris Thermal Cameras
Loading...
Searching...
No Matches
optris::ProcessingOutputConfig Struct Reference

Specifies which outputs should be computed and provided by the SDK. More...

#include <ProcessingOutputConfig.h>

Collaboration diagram for optris::ProcessingOutputConfig:
Collaboration graph

Public Attributes

bool rawFrames = false
 Specifies whether raw unprocessed frames are provided via the IRImager::onRawFrame callback.
 
bool thermalFrames = true
 Specifies whether thermal frames are provided via the IRImager::onFrame callback.
 
bool fields = true
 Specifies whether measurement field should be processed.
 

Detailed Description

Specifies which outputs should be computed and provided by the SDK.

Member Data Documentation

◆ fields

bool optris::ProcessingOutputConfig::fields = true

Specifies whether measurement field should be processed.

If false:

  • The map of field statuses in the FrameEvent provided via the IRImager::onFrame callback will be empty.
  • Measurement fields will not be visible in the processed thermal frame.
  • Entities processing measurement fields stats, like alarms or PIF output channels, will not be updated and thus retain their last state.

◆ rawFrames

bool optris::ProcessingOutputConfig::rawFrames = false

Specifies whether raw unprocessed frames are provided via the IRImager::onRawFrame callback.

If false, the callback IRImager::onRawFrame will not be triggered.

◆ thermalFrames

bool optris::ProcessingOutputConfig::thermalFrames = true

Specifies whether thermal frames are provided via the IRImager::onFrame callback.

If false, the thermal frame in the FrameEvent will be empty.


The documentation for this struct was generated from the following file: