![]() |
Thermal Camera SDK 11.3.0
SDK for Optris Thermal Cameras
|
Specifies which outputs should be computed and provided by the SDK. More...
#include <ProcessingOutputConfig.h>

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. | |
Specifies which outputs should be computed and provided by the SDK.
| bool optris::ProcessingOutputConfig::fields = true |
Specifies whether measurement field should be processed.
If false:
| 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.
| 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.