![]() |
ApraPipes 1.0
|
#include <H264EncoderV4L2.h>
Public Member Functions | |
H264EncoderV4L2Props (bool _enableMotionVectors=false, int _motionVectorThreshold=5) | |
![]() | |
ModuleProps () | |
ModuleProps (float _fps) | |
ModuleProps (float _fps, size_t _qlen, bool _logHealth) | |
ModuleProps (FrameFetchStrategy _frameFetchStrategy) | |
size_t | getQLen () |
virtual size_t | getSerializeSize () |
Public Attributes | |
uint32_t | targetKbps |
bool | enableMotionVectors = false |
int | motionVectorThreshold = 5 |
![]() | |
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 | |
![]() | |
enum | FrameFetchStrategy { PUSH , PULL } |
|
inline |
bool H264EncoderV4L2Props::enableMotionVectors = false |
int H264EncoderV4L2Props::motionVectorThreshold = 5 |
uint32_t H264EncoderV4L2Props::targetKbps |