-
-
Notifications
You must be signed in to change notification settings - Fork 111
Camera Videoanalysis Config
SeydX edited this page Jan 25, 2022
·
2 revisions
If your camera cannot send motion messages via FTP, SMTP or MQTT, you can also use camera.ui's own video analyzer. This analyzes the stream constantly and notifies you when motion is detected
More information about videoanalysis: Videoanalysis
Example:
"name": "My Camera",
"videoConfig": {
...
},
"videoanalysis": {
"active": true
}
Attributes | Required | Usage | Default | Options |
---|---|---|---|---|
active | Activates Video Analysis for motion detection (a low resolution sub stream is preferred or prebuffering enabled) | false | true/false |