Stephan Wendel 03d03f851e
feat: log available v4l2 controls
Needs new option in config file
log_v4l2ctrls: true

This spits out the equvivalent to v4l2-ctl -L in log.
See README for details.

Signed-off-by: Stephan Wendel <me@stephanwe.de>
2022-04-02 15:20:01 +02:00

17 lines
859 B
Plaintext

[webcamd]
log_path: ~/klipper_logs/webcamd.log # Default logfile in ~/klipper_logs/webcamd.log
log_level: quiet # Valid Options are quiet/verbose/debug
log_v4l2ctrls: false # if set to true, it logs available controls for camera
delete_log: false # true to get fresh log on every start
[cam 1]
mode: mjpg # mjpg/rtsp/webrtc ( webrtc is comming in the future )
port: 8080 # Port for ustreamer
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: # Custom Flags to set for ustreamer, this is optional