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

#include <NvV4L2Camera.h>

Inheritance diagram for NvV4L2CameraProps:
Inheritance graph
Collaboration diagram for NvV4L2CameraProps:
Collaboration graph

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)
 
- 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 ()
 

Public Attributes

uint32_t width
 
uint32_t height
 
bool isMirror
 
- 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

◆ NvV4L2CameraProps() [1/2]

NvV4L2CameraProps::NvV4L2CameraProps ( uint32_t _width,
uint32_t _height,
uint32_t _maxConcurrentFrames )
inline

◆ NvV4L2CameraProps() [2/2]

NvV4L2CameraProps::NvV4L2CameraProps ( uint32_t _width,
uint32_t _height,
uint32_t _maxConcurrentFrames,
bool _isMirror )
inline

Member Data Documentation

◆ height

uint32_t NvV4L2CameraProps::height

◆ isMirror

bool NvV4L2CameraProps::isMirror

◆ width

uint32_t NvV4L2CameraProps::width

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