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" +