Thermal Camera SDK
11.3.0
SDK for Optris Thermal Cameras
Loading...
Searching...
No Matches
VideoFormatEvent.h
Go to the documentation of this file.
1
// Copyright (c) 2008-2026 Optris GmbH & Co. KG
2
10
11
#pragma once
12
13
14
namespace
optris
15
{
16
18
struct
VideoFormatEvent
19
{
21
int
width
= 0;
23
int
height
= 0;
24
26
float
framerate
= 0.F;
27
29
int
bitsPerPixel
= 16;
30
};
31
32
}
// namespace optris
optris
Main SDK namespace.
Definition
AlarmChannel.h:21
optris::VideoFormatEvent
Event containing information about the current video format.
Definition
VideoFormatEvent.h:19
optris::VideoFormatEvent::bitsPerPixel
int bitsPerPixel
Specifies the size of the data point for an individual pixel in bits.
Definition
VideoFormatEvent.h:29
optris::VideoFormatEvent::width
int width
Frame width in pixels.
Definition
VideoFormatEvent.h:21
optris::VideoFormatEvent::height
int height
Frame height in pixels.
Definition
VideoFormatEvent.h:23
optris::VideoFormatEvent::framerate
float framerate
Framerate from the device in Hz (not sub-sampled).
Definition
VideoFormatEvent.h:26
include
otcsdk
events
VideoFormatEvent.h
Generated by
1.13.2