This is an old revision of the document!


<html> # multi cam solutions different approaches for recording and streaming a benchtop work surface

## Raspi the raspi can accept USB webcams but the usb2 limiting the bandwidth for multi cam solutions. the raspi also always for direct conect of camera, with limtation of length . elad fwd me to the arducam family of megapixel modules. and arducam multi cam switcher [docs](http://www.arducam.com/multi-camera-adapter-module-raspberry-pi/) - [official store](http://www.uctronics.com/catalogsearch/result/?q=multi) - [euro supplier](https://botland.com.pl/598-kamery-do-raspberry-pi?producenci*=arducam)

![](https://d2mxuefqeaa7sj.cloudfront.net/s_4653FE7DC567B7FF65632E899819F14A30EFAA0C018D5B624F2C8F95CA9365AA_1529076036050_image.png) ![](https://i.imgur.com/KeBJoNr.png)

another switcher is offered by ivmach, [link](http://www.ivmech.com/magaza/en/development-modules-c-4/ivport-dual-v2-raspberry-pi-camera-module-v2-multiplexer-p-109) there are [claims](https://www.raspberrypi.org/forums/viewtopic.php?t=154540) the arudcam one is not compatible with the raspi cam v2.

## ESP8266 arducam also offers a nice esp8266 based platform for their many modules 20$ to israel from [amazon.com](https://www.amazon.com/dp/B01ESRYA2Y/ref=cm_sw_r_cp_ep_dp_3EIMAbX83ES58)

https://www.youtube.com/watch?v=n1dDGNpbxGM&&&feature=youtu.be

[https://youtu.be/n1dDGNpbxGM](https://youtu.be/n1dDGNpbxGM)

2m raspiam extender - https://www.amazon.com/Adafruit-Flex-Cable-Raspberry-Camera/dp/B00XW2NCKS arducam 5mpx cam with CS lens - https://www.amazon.com/Arducam-Megapixels-OV5647-Camera-Raspberry/dp/B012ETE75I

## Streaming [Janus](https://janus.conf.meetecho.com/) - is a webRTC gateway for broadcasting one to many scenario - [github](https://github.com/meetecho/janus-gateway) Streamer also support webRTC - [site](https://gstreamer.freedesktop.org/news/)

## raspi i started with a raspi3 + cam module v1

  #Enable UART
  enable_uart=1
  force_turbo=1

nice raspi zero based “camera”

https://www.youtube.com/watch?v=rTlItbnWJZk&&

[https://youtu.be/rTlItbnWJZk](https://youtu.be/rTlItbnWJZk)

[https://youtu.be/rTlItbnWJZk](https://github.com/techyian/SwitchCam) https://github.com/techyian/SwitchCam

info on raspi cm modules https://github.com/techyian/MMALSharp/wiki/OmniVision-OV5647-Camera-Module https://github.com/techyian/MMALSharp/wiki/Sony-IMX219-Camera-Module

MMAL http://www.jvcref.com/files/PI/documentation/html/index.html

https://www.youtube.com/watch?v=I1E8MrA5lhw&&

[https://youtu.be/I1E8MrA5lhw](https://youtu.be/I1E8MrA5lhw)

[https://youtu.be/I1E8MrA5lhw](https://youtu.be/I1E8MrA5lhw)

“This repo's objective is providing something like Web Cam server on the most popular Raspberry PI hardware. By integrating [WebRTC]([https://webrtc.org/native-code/](https://webrtc.org/native-code/)) and Raspberry PI, we can stream the Raspberry camera feed to browser or native client which talks WebRTC.” https://github.com/kclyu/rpi-webrtc-streamer you can used the deb repo for compiled ready to run version ` Stream the #RaspberryPi camera module through your browser http://www.recantha.co.uk/blog/?p=4165 serious comments https://raspberrypi.stackexchange.com/questions/7446/how-can-i-stream-h-264-video-from-the-raspberry-pi-camera-module-via-a-web-serve

## uv4l https://www.linux-projects.org/uv4l/installation/

</html>