Skip to content

Commit

Permalink
enable motion, but disable in config by default
Browse files Browse the repository at this point in the history
  • Loading branch information
gtxaspec committed Apr 21, 2024
1 parent e5bc0d6 commit 33e54d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prudynt.cfg.example
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ osd: {
};

motion: {
# enabled: true; # Enable or disable motion detection.
enabled: false; # Enable or disable motion detection.
# script_path: "/usr/sbin/motion"; # Path to the script executed when motion is detected.
# debounce_time: 0; # Time to wait before triggering motion detection again (debounce period).
# post_time: 0; # Time after motion detection stops to continue recording.
Expand Down

0 comments on commit 33e54d6

Please sign in to comment.