Fixposition SDK 0.0.0-heads/main-0-g6a396b9
Collection of c++ libraries and apps for use with Fixposition products on Linux
Loading...
Searching...
No Matches
fpsdk::common::video::ImageData Struct Reference

Decoded, converted and scaled image. More...

#include <video.hpp>

Collaboration diagram for fpsdk::common::video::ImageData:
[legend]

Public Attributes

PixelFmt fmt_ = PixelFmt::UNSPECIFIED
 Pixel format (of data_)
int width_ = 0
 Width [px].
int height_ = 0
 Height [px].
std::vector< uint8_t > data_
 Image data, memory layout depends on fmt_.

Detailed Description

Decoded, converted and scaled image.

Definition at line 178 of file video.hpp.

Member Data Documentation

◆ fmt_

PixelFmt fpsdk::common::video::ImageData::fmt_ = PixelFmt::UNSPECIFIED

Pixel format (of data_)

Definition at line 180 of file video.hpp.

◆ width_

int fpsdk::common::video::ImageData::width_ = 0

Width [px].

Definition at line 181 of file video.hpp.

◆ height_

int fpsdk::common::video::ImageData::height_ = 0

Height [px].

Definition at line 182 of file video.hpp.

◆ data_

std::vector<uint8_t> fpsdk::common::video::ImageData::data_

Image data, memory layout depends on fmt_.

Definition at line 183 of file video.hpp.


The documentation for this struct was generated from the following file:
  • fpsdk_common/include/fpsdk_common/video.hpp