From 09a1555933d6b68d340d107cd4c3bb74b56c3790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 10 Feb 2025 19:00:49 +0200 Subject: [PATCH] Revert "detect: force-reduce resolution" This reverts commit e72991f7904632f5fd290510ccf8049f4f36ce69. --- hosts/fwminex/configuration.nix | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) 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";