forked from zellneralex/klipper_config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
webcam.conf
22 lines (18 loc) · 830 Bytes
/
webcam.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[webcamd]
log_path: ~/klipper_logs/webcamd.log
log_level: verbose # Valid Options are quiet/verbose/debug
[cam Main]
mode: mjpg # mjpg/rtsp
port: 8080 # Port
device: /dev/v4l/by-id/usb-046d_HD_Pro_Webcam_C920_BAB4B21F-video-index0
resolution: 1920x1080 # widthxheight format
max_fps: 30 # If Hardware Supports this it will be forced, ohterwise ignored/coerced.
v4l2ctl: focus_auto=0,focus_absolute=30
#custom_flags: # You can run the Stream Services with custom flags.
#[cam test]
#streamer: mjpg
#port: 8081
#device: /dev/v4l/by-id/usb-HD_USB_Camera_HD_USB_Camera_2020042508-video-index0
#resolution: 1280x960
#max_fps: 15
#custom_flags: -pl 50hz -ex 300 -co 40 --gain 2