Skip to content

Commit

Permalink
Compiling and mostly working with bridged cameras
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Van den Abeele committed Jun 24, 2020
1 parent 66940f2 commit 1ad60ed
Show file tree
Hide file tree
Showing 6 changed files with 3,986 additions and 3,153 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ Next, open the `config.json` that contains your Homebridge configuration, and ad
"controller_rtsp": "rtsp://protect-ip:controller-rtsp-port",
"username": "username",
"password": "password",
"excluded_cameras": [
"id-of-camera-to-exclude-1",
"id-of-camera-to-exclude-2"
],
"motion_interval": 5000,
"motion_repeat_interval": 30000,
"motion_score": 50,
Expand Down
Loading

0 comments on commit 1ad60ed

Please sign in to comment.