enable audio detection on kids_bedroom camera
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b957d88ff6
commit
297fd631ff
1 changed files with 2 additions and 1 deletions
|
|
@ -29,13 +29,14 @@
|
|||
enabled = true;
|
||||
ffmpeg.inputs = [{
|
||||
path = "rtsp://127.0.0.1:8554/kids_bedroom";
|
||||
roles = [ "detect" "record" ];
|
||||
roles = [ "detect" "record" "audio" ];
|
||||
}];
|
||||
detect = {
|
||||
enabled = true;
|
||||
width = 1280;
|
||||
height = 720;
|
||||
};
|
||||
audio.enabled = true;
|
||||
};
|
||||
|
||||
record = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue