Nooba Plugin API
0.12
API for the Nooba Video Surveillance System
|
Structure that uses to pass frame relevant data from the Frontend application to base plugin. More...
#include <noobapluginapi.h>
Public Member Functions | |
ProcParams (const ProcParams &rhs) | |
ProcParams & | operator= (const ProcParams &rhs) |
void | setFrameId (int id) |
int | frameId () const |
void | setFrameRate (double rate) |
double | frameRate () const |
void | setErrorState (bool isError) |
bool | isError () const |
void | setErrorMsg (const QString &errMsg) |
QString | errMsg () const |
nooba::VideoState | currentVideoState () const |
currentVideoState gives the current video state More... | |
bool | setVidState (nooba::VideoState state) |
setVideoState Currently Nothing happens by calling this. Only changes the internal variable. No effect on the actual state. More... | |
Structure that uses to pass frame relevant data from the Frontend application to base plugin.
nooba::VideoState ProcParams::currentVideoState | ( | ) | const |
currentVideoState gives the current video state
bool ProcParams::setVidState | ( | nooba::VideoState | state | ) |
setVideoState Currently Nothing happens by calling this. Only changes the internal variable. No effect on the actual state.
state |