Vision module
MotionDetectorConfig
MotionDetectorConfig
#include <icy/vision/motiondetector.h>struct MotionDetectorConfigDefined in src/vision/include/icy/vision/motiondetector.h:28
List of all members
| Name | Kind | Owner |
|---|---|---|
source | variable | Declared here |
streamId | variable | Declared here |
detectorName | variable | Declared here |
gridWidth | variable | Declared here |
gridHeight | variable | Declared here |
warmupFrames | variable | Declared here |
threshold | variable | Declared here |
minEventIntervalUsec | variable | Declared here |
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 sourceDefined in src/vision/include/icy/vision/motiondetector.h:30
streamId
std::string streamIdDefined in src/vision/include/icy/vision/motiondetector.h:31
detectorName
std::string detectorName = "motion"Defined in src/vision/include/icy/vision/motiondetector.h:32
gridWidth
uint32_t gridWidth = 32Defined in src/vision/include/icy/vision/motiondetector.h:33
gridHeight
uint32_t gridHeight = 18Defined in src/vision/include/icy/vision/motiondetector.h:34
warmupFrames
uint32_t warmupFrames = 2Defined in src/vision/include/icy/vision/motiondetector.h:35
threshold
float threshold = 0.08fDefined in src/vision/include/icy/vision/motiondetector.h:36
minEventIntervalUsec
int64_t minEventIntervalUsec = 500000Defined in src/vision/include/icy/vision/motiondetector.h:37
