![]() |
ApraPipes 1.0
|
#include <NvV4L2Camera.h>
Public Member Functions | |
NvV4L2CameraProps (uint32_t _width, uint32_t _height, uint32_t _maxConcurrentFrames) | |
NvV4L2CameraProps (uint32_t _width, uint32_t _height, uint32_t _maxConcurrentFrames, bool _isMirror) | |
![]() | |
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 | width |
uint32_t | height |
bool | isMirror |
![]() | |
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 |
|
inline |
uint32_t NvV4L2CameraProps::height |
bool NvV4L2CameraProps::isMirror |
uint32_t NvV4L2CameraProps::width |