Logo
ApraPipes 1.0
Loading...
Searching...
No Matches
H264EncoderV4L2Props Class Reference

#include <H264EncoderV4L2.h>

Inheritance diagram for H264EncoderV4L2Props:
Inheritance graph
Collaboration diagram for H264EncoderV4L2Props:
Collaboration graph

Public Member Functions

 H264EncoderV4L2Props ()
 
 H264EncoderV4L2Props (bool _enableMotionVectors, int _motionVectorThreshold=5)
 
apra::ScalarPropertyValue getProperty (const std::string &propName) const
 
bool setProperty (const std::string &propName, const apra::ScalarPropertyValue &value)
 
- Public Member Functions inherited from ModuleProps
 ModuleProps ()
 
 ModuleProps (float _fps)
 
 ModuleProps (float _fps, size_t _qlen, bool _logHealth)
 
 ModuleProps (FrameFetchStrategy _frameFetchStrategy)
 
size_t getQLen ()
 
virtual size_t getSerializeSize ()
 

Static Public Member Functions

template<typename PropsT >
static void applyProperties (PropsT &props, const std::map< std::string, apra::ScalarPropertyValue > &values, std::vector< std::string > &missingRequired)
 
static std::vector< std::string > dynamicPropertyNames ()
 

Public Attributes

uint32_t targetKbps
 
bool enableMotionVectors = false
 
int motionVectorThreshold = 5
 
- Public Attributes inherited from ModuleProps
float fps
 
size_t qlen
 
bool logHealth
 
int logHealthFrequency
 
size_t maxConcurrentFrames
 
int skipN = 0
 
int skipD = 1
 
FrameFetchStrategy frameFetchStrategy
 
QuePushStrategy::QuePushStrategyType quePushStrategyType
 
FIndexStrategy::FIndexStrategyType fIndexStrategyType
 
bool enableHealthCallBack
 
int healthUpdateIntervalInSec
 

Additional Inherited Members

- Public Types inherited from ModuleProps
enum  FrameFetchStrategy { PUSH , PULL }
 

Constructor & Destructor Documentation

◆ H264EncoderV4L2Props() [1/2]

H264EncoderV4L2Props::H264EncoderV4L2Props ( )
inline

◆ H264EncoderV4L2Props() [2/2]

H264EncoderV4L2Props::H264EncoderV4L2Props ( bool _enableMotionVectors,
int _motionVectorThreshold = 5 )
inline

Member Function Documentation

◆ applyProperties()

template<typename PropsT >
static void H264EncoderV4L2Props::applyProperties ( PropsT & props,
const std::map< std::string, apra::ScalarPropertyValue > & values,
std::vector< std::string > & missingRequired )
inlinestatic
Here is the call graph for this function:

◆ dynamicPropertyNames()

static std::vector< std::string > H264EncoderV4L2Props::dynamicPropertyNames ( )
inlinestatic

◆ getProperty()

apra::ScalarPropertyValue H264EncoderV4L2Props::getProperty ( const std::string & propName) const
inline

◆ setProperty()

bool H264EncoderV4L2Props::setProperty ( const std::string & propName,
const apra::ScalarPropertyValue & value )
inline

Member Data Documentation

◆ enableMotionVectors

bool H264EncoderV4L2Props::enableMotionVectors = false

◆ motionVectorThreshold

int H264EncoderV4L2Props::motionVectorThreshold = 5

◆ targetKbps

uint32_t H264EncoderV4L2Props::targetKbps

The documentation for this class was generated from the following file: