Vision module
MotionDetectorConfig
MotionDetectorConfig
#include <icy/vision/motiondetector.h>Public Attributes
| Return | Name | Description |
|---|---|---|
std::string | source | |
std::string | streamId | |
std::string | detectorName | |
uint32_t | gridWidth | |
uint32_t | gridHeight | |
uint32_t | warmupFrames | |
float | threshold | |
int64_t | minEventIntervalUsec |
source
std::string sourcestreamId
std::string streamIddetectorName
std::string detectorName = "motion"gridWidth
uint32_t gridWidth = 32gridHeight
uint32_t gridHeight = 18warmupFrames
uint32_t warmupFrames = 2threshold
float threshold = 0.08fminEventIntervalUsec
int64_t minEventIntervalUsec = 500000