From 053b28d5e7be1ed5283945254d39f2e4078f638e Mon Sep 17 00:00:00 2001 From: zkk <1007518571@qq.com> Date: Thu, 15 Aug 2024 10:34:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4=E5=88=86?= =?UTF-8?q?=E8=BE=A8=E7=8E=87=E4=B8=BA720P?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/crowsnest.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/crowsnest.conf b/resources/crowsnest.conf index 7a40453..4940445 100644 --- a/resources/crowsnest.conf +++ b/resources/crowsnest.conf @@ -41,7 +41,7 @@ enable_rtsp: false # If camera-streamer is used, this enabl rtsp_port: 8554 # Set different ports for each device! port: 8080 # HTTP/MJPG Stream/Snapshot Port device: /dev/video0 # See Log for available ... -resolution: 1920x1080 # widthxheight format +resolution: 1280x720 # widthxheight format max_fps: 30 # If Hardware Supports this it will be forced, otherwise ignored/coerced. #custom_flags: # You can run the Stream Services with custom flags. #v4l2ctl: # Add v4l2-ctl parameters to setup your camera, see Log what your cam is capable of.