![]() |
Thermal Camera SDK 11.3.0
SDK for Optris Thermal Cameras
|
Event containing the results of the successful processing of a frame. More...
#include <FrameEvent.h>

Public Attributes | |
| FrameMetadata | meta |
| Metadata of the frame. | |
| ThermalFrame | thermalFrame |
| Thermal frame. | |
| std::unordered_map< std::int32_t, FieldStatus > | fields |
| The results of the measurement field processing. | |
Event containing the results of the successful processing of a frame.
| std::unordered_map<std::int32_t, FieldStatus> optris::FrameEvent::fields |
The results of the measurement field processing.
A status can be accessed via the measurement field ID.
The map will be empty, if ProcessingOutputConfig::fields is set to false.
| FrameMetadata optris::FrameEvent::meta |
Metadata of the frame.
Is always provided.
| ThermalFrame optris::FrameEvent::thermalFrame |
Thermal frame.
The frame will be empty, if ProcessingOutputConfig::thermalFrames is set to false.