Automatic backup: 2026-05-18_20:00:01

This commit is contained in:
prusa-automated
2026-05-18 20:00:01 +03:00
parent 72fab29b8c
commit 563b28e760

View File

@@ -40,9 +40,14 @@ mode: camera-streamer # ustreamer - Provides mjpg and sn
enable_rtsp: false # If camera-streamer is used, this enables also usage of an rtsp server 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! rtsp_port: 8554 # Set different ports for each device!
port: 8080 # HTTP/MJPG Stream/Snapshot Port port: 8080 # HTTP/MJPG Stream/Snapshot Port
device: /base/soc/i2c0mux/i2c@1/imx708@1a
# logi usb webcam "temporary"
device: /dev/video0
resolution: 1280x720
#device: /base/soc/i2c0mux/i2c@1/imx708@1a
#resolution: 1280x720 # widthxheight format #resolution: 1280x720 # widthxheight format
resolution: 4608x2592 #resolution: 4608x2592
max_fps: 30 # If Hardware Supports this it will be forced, otherwise ignored/coerced. 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. #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. #v4l2ctl: # Add v4l2-ctl parameters to setup your camera, see Log what your cam is capable of.