Thermal Camera SDK 11.3.0
SDK for Optris Thermal Cameras
Loading...
Searching...
No Matches
RawFrameEvent.h
Go to the documentation of this file.
1// Copyright (c) 2008-2026 Optris GmbH & Co. KG
2
11
12#pragma once
13
14#include "otcsdk/common/Frame.h"
16
17
18namespace optris
19{
20
30
31} // namespace optris
Contains a class encapsulating the metadata associated with each frame.
Contains a class representing a data frame received from a device.
Encapsulates the metadata of frames provided by the devices.
Definition FrameMetadata.h:33
Represents a data frame received from a device.
Definition Frame.h:32
Main SDK namespace.
Definition AlarmChannel.h:21
Event containing the raw unprocessed frame data and metadata.
Definition RawFrameEvent.h:23
FrameMetadata meta
Metadata.
Definition RawFrameEvent.h:25
Frame rawFrame
Raw frame data.
Definition RawFrameEvent.h:28