From 199d34cd8faa574fb34d25da11f5832eb322ea06 Mon Sep 17 00:00:00 2001 From: zkk <1007518571@qq.com> Date: Thu, 27 Jun 2024 17:01:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9Crowsnest=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=20=E5=88=86=E8=BE=A8=E7=8E=87=E4=B8=BA1080P?= =?UTF-8?q?=20=E6=9C=80=E5=A4=A7=E5=B8=A7=E7=8E=87=E4=B8=BA30?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/crowsnest.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/crowsnest.conf b/resources/crowsnest.conf index ecb841d..7a40453 100644 --- a/resources/crowsnest.conf +++ b/resources/crowsnest.conf @@ -35,13 +35,13 @@ delete_log: false # Deletes log on every restart, if set t no_proxy: false [cam 1] -mode: ustreamer # ustreamer - Provides mjpg and snapshots. (All devices) +mode: camera-streamer # ustreamer - Provides mjpg and snapshots. (All devices) # camera-streamer - Provides webrtc, mjpg and snapshots. (rpi + Raspi OS based only) enable_rtsp: false # If camera-streamer is used, this enables also usage of an rtsp server rtsp_port: 8554 # Set different ports for each device! port: 8080 # HTTP/MJPG Stream/Snapshot Port device: /dev/video0 # See Log for available ... -resolution: 640x480 # widthxheight format -max_fps: 15 # If Hardware Supports this it will be forced, otherwise ignored/coerced. +resolution: 1920x1080 # 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.