Add PTZ controls for family room camera
This commit is contained in:
parent
d3de267278
commit
0d97e5b5a5
|
@ -153,6 +153,11 @@ cameras:
|
||||||
hwaccel_args: preset-intel-qsv-h264 # Use Intel QSV hardware acceleration for H.264
|
hwaccel_args: preset-intel-qsv-h264 # Use Intel QSV hardware acceleration for H.264
|
||||||
output_args:
|
output_args:
|
||||||
record: preset-record-generic-audio-aac # Record with aac audio
|
record: preset-record-generic-audio-aac # Record with aac audio
|
||||||
|
onvif:
|
||||||
|
host: 192.168.0.106
|
||||||
|
port: 2020
|
||||||
|
user: '{FRIGATE_FAMILY_ROOM_RTSP_USERNAME}'
|
||||||
|
password: '{FRIGATE_FAMILY_ROOM_RTSP_PASSWORD}'
|
||||||
detect:
|
detect:
|
||||||
enabled: true
|
enabled: true
|
||||||
width: 1920
|
width: 1920
|
||||||
|
|
Loading…
Reference in New Issue