-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwebcam.conf
More file actions
16 lines (13 loc) · 773 Bytes
/
Copy pathwebcam.conf
File metadata and controls
16 lines (13 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
### webcam.conf
### This is mainsail / MainsailOS default config.
### See docs.mainsail.xyz/whatever for Details to configure to your needs.
[webcamd]
log_path: ~/klipper_logs/webcamd.log # Default logfile in ~/klipper_logs/webcamd.log
log_level: verbose # Valid Options are quiet/verbose/debug
[cam 1]
mode: mjpg # mjpg/rtsp/webrtc
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.
#custom_flags: # You can run the Stream Services with custom flags.