Updated sample configurations.
* Updated Sample Configs to match to rebuild log behavior Signed-off-by: Stephan Wendel <me@stephanwe.de>
This commit is contained in:
parent
18a9b9416d
commit
ac2927e6b1
sample_configs
@ -1,9 +1,9 @@
|
||||
[webcamd]
|
||||
log_path: ~/klipper_logs/webcamd.log #klipper_logs!!!
|
||||
debug_log: true #true or false
|
||||
log_path: ~/klipper_logs/webcamd.log # klipper_logs!!!
|
||||
log_level: debug # quiet/verbose/debug
|
||||
|
||||
[cam 1]
|
||||
streamer: ustreamer # mjpeg/ustreamer/rtsp
|
||||
streamer: ustreamer # mjpeg/ustreamer/rtsp
|
||||
port: 8081 # Port
|
||||
device: /dev/video0 # See Log for available ...
|
||||
resolution: 640x480 # widthxheight format
|
||||
@ -25,4 +25,5 @@ port: 8554
|
||||
device: /dev/video1
|
||||
resolution: 640x480
|
||||
max_fps: 0
|
||||
|
||||
# [cam 4]
|
@ -4,9 +4,8 @@
|
||||
|
||||
|
||||
[webcamd]
|
||||
log_path: ~/klipper_logs/webcamd.log #klipper_logs!!!
|
||||
debug_log: true #true or false
|
||||
log_method: debug
|
||||
log_path: ~/klipper_logs/webcamd.log # Default logfile in ~/klipper_logs/webcamd.log
|
||||
log_level: verbose # Valid Options are quiet/verbose/debug
|
||||
|
||||
[cam 1]
|
||||
streamer: mjpg # mjpeg/ustreamer/rtsp
|
||||
|
@ -1,6 +1,6 @@
|
||||
[webcamd]
|
||||
log_path: ~/klipper_logs/webcamd.log #klipper_logs!!!
|
||||
debug_log: false #true or false
|
||||
log_path: ~/klipper_logs/webcamd.log # Default logfile in ~/klipper_logs/webcamd.log
|
||||
log_level: quiet # Valid Options are quiet/verbose/debug
|
||||
|
||||
[cam 1]
|
||||
streamer: mjpg # mjpeg/ustreamer/rtsp
|
||||
|
Loading…
x
Reference in New Issue
Block a user