Vision module
FrameNormalizerConfig
FrameNormalizerConfig
#include <icy/vision/framenormalizer.h>struct FrameNormalizerConfigDefined in src/vision/include/icy/vision/framenormalizer.h:29
List of all members
| Name | Kind | Owner |
|---|---|---|
sourceId | variable | Declared here |
streamId | variable | Declared here |
width | variable | Declared here |
height | variable | Declared here |
pixelFmt | variable | Declared here |
Public Attributes
sourceId
std::string sourceIdDefined in src/vision/include/icy/vision/framenormalizer.h:31
streamId
std::string streamIdDefined in src/vision/include/icy/vision/framenormalizer.h:32
width
int width = 0Defined in src/vision/include/icy/vision/framenormalizer.h:33
height
int height = 0Defined in src/vision/include/icy/vision/framenormalizer.h:34
pixelFmt
std::string pixelFmtDefined in src/vision/include/icy/vision/framenormalizer.h:35
