Skip to content

Camera Videoanalysis Config

SeydX edited this page Jan 25, 2022 · 2 revisions

Videoanalysis

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
}

Info

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