diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index 9014c29..4ac5e0f 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -400,11 +400,7 @@ in cameras = { vno4-dome-panorama = { enabled = true; - detect = { - enabled = true; - width = 1280; - height = 720; - }; + detect.enabled = true; ffmpeg = { hwaccel_args = "preset-vaapi"; output_args = { @@ -428,11 +424,7 @@ in }; vno4-dome-ptz = { enabled = true; - detect = { - enabled = true; - width = 1280; - height = 720; - }; + detect.enabled = true; ffmpeg = { output_args = { record = "preset-record-generic-audio-copy";