Nooba Plugin API
0.12
API for the Nooba Video Surveillance System
|
Nooba namespace. More...
Enumerations | |
enum | ParamType { IntParam = 0, DoubleParam = 1, StringParam = 2, RangeParam = 3, RegionParam = 4, MultiValueParam = 5, FilePathParam = 6 } |
Parameter type enum. More... | |
enum | VideoState { PlayingState = 0, PausedState = 1, StoppedState = 2 } |
The VideoState enum. More... | |
enum | AlertType { RedAlert = 0, AmberAlert = 1 } |
The AlertType enum. More... | |
enum | PathType { FilePath = 0, DirPath = 1 } |
The PathType enum. More... | |
Nooba namespace.
This namespace contains the identifiers used by the NoobaPluginAPI. Different enum types used
enum nooba::AlertType |
The AlertType enum.
These are the type of alert levels identified by the system. These alert level can be generated by calling NoobaPluginAPI::generateAlert(...) function
Enumerator | |
---|---|
RedAlert |
Highest priority alert, alert level 0 |
AmberAlert |
Secenod most important alert, alert level 1 |
enum nooba::ParamType |
Parameter type enum.
Parameter types used in Nooba VSS system is defined here.
enum nooba::PathType |
enum nooba::VideoState |