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::VideoDecoderParams Struct Reference

VideoFrameDecoder params and their defaults. More...

#include <video.hpp>

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

Public Attributes

std::string name_
 Name (for debug logging)
VideoCodec codec_ = VideoCodec::UNSPECIFIED
 Codec.
PixelFmt fmt_ = PixelFmt::UNSPECIFIED
 Pixel format (of decoded image)
double scale_ = 1.0
 Scale factor (of decoded image), range 0.1-1.0.
HwAccel accel_ = HwAccel::AUTO
 Hw acceleration.
ScalingQual qual_ = ScalingQual::BICUBIC
 Scaling method.

Detailed Description

VideoFrameDecoder params and their defaults.

Definition at line 163 of file video.hpp.

Member Data Documentation

◆ name_

std::string fpsdk::common::video::VideoDecoderParams::name_

Name (for debug logging)

Definition at line 165 of file video.hpp.

◆ codec_

VideoCodec fpsdk::common::video::VideoDecoderParams::codec_ = VideoCodec::UNSPECIFIED

Codec.

Definition at line 166 of file video.hpp.

◆ fmt_

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

Pixel format (of decoded image)

Definition at line 167 of file video.hpp.

◆ scale_

double fpsdk::common::video::VideoDecoderParams::scale_ = 1.0

Scale factor (of decoded image), range 0.1-1.0.

Definition at line 168 of file video.hpp.

◆ accel_

HwAccel fpsdk::common::video::VideoDecoderParams::accel_ = HwAccel::AUTO

Hw acceleration.

Definition at line 169 of file video.hpp.

◆ qual_

ScalingQual fpsdk::common::video::VideoDecoderParams::qual_ = ScalingQual::BICUBIC

Scaling method.

Definition at line 170 of file video.hpp.


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