update
This commit is contained in:
parent
c298263d94
commit
4895ffdefb
5 changed files with 65 additions and 40 deletions
|
|
@ -29,12 +29,11 @@
|
|||
|
||||
|
||||
[crowsnest]
|
||||
log_path: ~/printer_data/logs/crowsnest.log
|
||||
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
|
||||
no_proxy: false
|
||||
|
||||
## LEGACY
|
||||
[cam 1]
|
||||
mode: ustreamer # ustreamer - Provides mjpg and snapshots. (All devices)
|
||||
# camera-streamer - Provides webrtc, mjpg and snapshots. (rpi + Raspi OS based only)
|
||||
|
|
@ -42,19 +41,8 @@ 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: 640x480 # widthxheight format
|
||||
# resolution: 640x480 # widthxheight format
|
||||
resolution: 1280x720 # widthxheight format
|
||||
max_fps: 15 # 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.
|
||||
|
||||
# ## LIBCAMERA
|
||||
# [cam 1]
|
||||
# mode: camera-streamer # ustreamer - Provides mjpg and snapshots. (All devices)
|
||||
# # 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/v4l/by-path/platform-3f801000.csi-video-index0 # See Log for available ...
|
||||
# # resolution: 1920x1080 # widthxheight format
|
||||
# # max_fps: 15 # 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue