BREAKING CHANGE: This will require a reinstall of crowsnest Signed-off-by: Stephan Wendel <me@stephanwe.de>
28 lines
1.4 KiB
Plaintext
28 lines
1.4 KiB
Plaintext
|
|
|
|
#####################################################################
|
|
#### #####
|
|
#### Information about ports and according URL's #####
|
|
#### #####
|
|
#####################################################################
|
|
#### #####
|
|
#### Port 8080 equals /webcam/?action=[stream/snapshot] #####
|
|
#### Port 8081 equals /webcam2/?action=[stream/snapshot] #####
|
|
#### Port 8082 equals /webcam3/?action=[stream/snapshot] #####
|
|
#### Port 8083 equals /webcam4/?action=[stream/snapshot] #####
|
|
#### #####
|
|
#####################################################################
|
|
|
|
|
|
[crowsnest]
|
|
log_path: ~/klipper_logs/crowsnest.log # Default logfile in ~/klipper_logs/crowsnest.log
|
|
log_level: quiet # Valid Options are quiet/verbose/debug
|
|
delete_log: true # Deletes log on every restart, if set to true
|
|
|
|
[cam 1]
|
|
mode: mjpg # mjpg/rtsp
|
|
port: 8080 # Port
|
|
device: /dev/video0 # See Log for available ...
|
|
resolution: 640x480 # widthxheight format
|
|
max_fps: 15 # If Hardware Supports this it will be forced, ohterwise ignored/coerced.
|