updated crowsnest, recalibrated bed

This commit is contained in:
2026-05-10 02:31:23 +05:30
parent 4f558d6a65
commit 85f74cea06
4 changed files with 32 additions and 32 deletions

View File

@@ -23,22 +23,17 @@
#### http://<ip>:<port>/?action=[stream/snapshot] #####
#### #####
#####################################################################
#### RTSP Stream URL: ( if enabled and supported ) #####
#### rtsp://<ip>:<rtsp_port>/stream.h264 #####
#####################################################################
[crowsnest]
log_path: /home/pi/printer_data/logs/crowsnest.log
log_level: verbose # Valid Options are quiet/verbose/debug
delete_log: false # Deletes log on every restart, if set to true
rollover_on_start: false # Creates a backup and clears the log on every restart, if set to true
no_proxy: false # If set to true, no reverse proxy is required. Only change this, if you know what you are doing.
[cam 1]
mode: ustreamer # ustreamer - Provides MJPG and snapshots. (All devices)
# camera-streamer - Provides WebRTC, MJPG and snapshots. (only RPiOS + RPi 0/1/2/3/4)
mode: ustreamer # https://docs.mainsail.xyz/crowsnest/faq/backends
port: 8080 # HTTP/MJPG stream/snapshot port
device: /dev/v4l/by-id/usb-Jieli_Technology_USB_PHY_2.0-video-index0 # See log for available devices
device: /dev/video0 # See log for available devices
resolution: 1920x1080 # <width>x<height> format
max_fps: 24 # If hardware supports it, it will be forced, otherwise ignored/coerced.
custom_flags: --allow-truncated-frames # You can run the stream services with custom flags.