|
ApraPipes 1.0
|
#include <ImageViewerModule.h>


Public Member Functions | |
| ImageViewerModuleProps (const string &_strTitle) | |
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 | x_offset = 0 |
| uint32_t | y_offset = 0 |
| uint32_t | height |
| uint32_t | width |
| bool | displayOnTop |
| string | strTitle |
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 } |
|
inline |
| bool ImageViewerModuleProps::displayOnTop |
| uint32_t ImageViewerModuleProps::height |
| string ImageViewerModuleProps::strTitle |
| uint32_t ImageViewerModuleProps::width |
| uint32_t ImageViewerModuleProps::x_offset = 0 |
| uint32_t ImageViewerModuleProps::y_offset = 0 |