Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
multicam [2018/11/10 20:15] – not yairmulticam [2018/11/26 00:39] yair
Line 1: Line 1:
 +{{https://i.imgur.com/Mlg0IGo.png}}
  
 <html> <html>
 +<h1>multi cam solutions</h1>
 +
 +<p>different approaches for recording and streaming a benchtop work surface</p>
 +
 +<p><strong>## Raspi</strong>
 +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 <strong><em>*multi cam switcher</em>*</strong> 
 +<a href="http://www.arducam.com/multi-camera-adapter-module-raspberry-pi/">docs</a>
 +- <a href="http://www.uctronics.com/catalogsearch/result/?q=multi">official store</a>
 +- <a href="https://botland.com.pl/598-kamery-do-raspberry-pi?producenci*=arducam">euro supplier</a></p>
 +
 +<p>
 +
 +<img src="https://i.imgur.com/KeBJoNr.png" alt="" title="" /></p>
 +
 +<p>another switcher is offered by ivmach, <a href="http://www.ivmech.com/magaza/en/development-modules-c-4/ivport-dual-v2-raspberry-pi-camera-module-v2-multiplexer-p-109">link</a>
 +there are <a href="https://www.raspberrypi.org/forums/viewtopic.php?t=154540">claims</a> the arudcam one is not compatible with the raspi cam v2.</p>
 +
 +<p><strong>## ESP8266</strong>
 +arducam also offers a nice esp8266 based platform for their many modules
 +20$ to israel from <a href="https://www.amazon.com/dp/B01ESRYA2Y/ref=cm_sw_r_cp_ep_dp_3EIMAbX83ES58">amazon.com</a> </p>
 +
 +<p>https://www.youtube.com/watch?v=n1dDGNpbxGM&amp;&amp;&amp;feature=youtu.be</p>
 +
 +<p><a href="https://youtu.be/n1dDGNpbxGM">https://youtu.be/n1dDGNpbxGM</a></p>
 +
 +<p>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</p>
 +
 +<p><strong>## Streaming</strong>
 +<a href="https://janus.conf.meetecho.com/">Janus</a> - is a webRTC gateway for broadcasting one to many scenario -  <a href="https://github.com/meetecho/janus-gateway">github</a>
 +Streamer also support webRTC - <a href="https://gstreamer.freedesktop.org/news/">site</a></p>
 +
 +<p><strong>## raspi</strong>
 +i started with a raspi3 + cam module v1</p>
 +
 +<pre><code>#Enable UART
 +enable_uart=1
 +force_turbo=1
 +</code></pre>
 +
 +<p>nice raspi zero based “camera”</p>
 +
 +<p>https://www.youtube.com/watch?v=rTlItbnWJZk&amp;&amp;</p>
 +
 +<p><a href="https://youtu.be/rTlItbnWJZk">https://youtu.be/rTlItbnWJZk</a></p>
 +
 +<p><a href="https://github.com/techyian/SwitchCam">https://youtu.be/rTlItbnWJZk</a> https://github.com/techyian/SwitchCam</p>
 +
 +<p>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</p>
 +
 +<p>MMAL
 +http://www.jvcref.com/files/PI/documentation/html/index.html</p>
 +
 +<p>https://www.youtube.com/watch?v=I1E8MrA5lhw&amp;&amp;</p>
 +
 +<p><a href="https://youtu.be/I1E8MrA5lhw">https://youtu.be/I1E8MrA5lhw</a></p>
 +
 +<p><a href="https://youtu.be/I1E8MrA5lhw">https://youtu.be/I1E8MrA5lhw</a></p>
 +
 +<p>“This repo's objective is providing something like Web Cam server on the most popular Raspberry PI hardware. By integrating <a href="[https://webrtc.org/native-code/](https://webrtc.org/native-code/">WebRTC</a>) 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</p>
 +
 +<p><strong>## uv4l</strong>
 +https://www.linux-projects.org/uv4l/installation/</p>
  
 </html> </html>