From 8a60955e0573441fd10ee0f6a0f153476f61ad84 Mon Sep 17 00:00:00 2001 From: Konstantin Koslowski Date: Tue, 31 May 2022 21:43:54 +0200 Subject: [PATCH] webcam: add config for webcam-multi --- webcam-multi.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 webcam-multi.txt diff --git a/webcam-multi.txt b/webcam-multi.txt new file mode 100644 index 0000000..5880078 --- /dev/null +++ b/webcam-multi.txt @@ -0,0 +1,11 @@ +# vim: ft=conf + +### Additional options to supply to MJPG Streamer for the cameras +camera_usb=1 +camera_raspi=1 +camera_usb_options="-d /dev/v4l/by-id/usb-Vimicro_Corp._HBVCAM_FHD_CAMERA-video-index0 -r 1280x960 -f 10" +camera_raspi_options="-d /dev/v4l/by-path/platform-bcm2835-isp-video-index0 -x 1024 -y 768 -roi 0.0,0.0,0.998,1" + +### Configuration of camera HTTP output +camera_http_options="-p 8080" +