Re: Multiple cameras on a single raspberry pi board
Some more information might be helpful. Do you want to capture single images or using high quality HD Stream, etc. Do you need live playback at one point or is capture into files and playback later is OK. Does all cameras should work at the same time, needs synchronisation, etc. This all has effect to the total system, don't look only at the count of cameras.
Re: Multiple cameras on a single raspberry pi board
I have connected and used 3 logitech webcams via a powered USB hub. Since the output of the webcams are already in MJPEG format, the RPi CPU does not have to do any encoding and the CPU load is low. Since you just need to take snapshots, the bandwidth required across the USB port will also be low and I don't see any problem connecting a large number of webcams. When you do hit limits then just add another RPi. With webcam, the highest resolution is 1920x1080, not sure if that will meet your requirements.
Re: Multiple cameras on a single raspberry pi board
Re: Multiple cameras on a single raspberry pi board
tq so much everybody ! this really helps 

-
- Posts: 1
- Joined: Tue Jul 30, 2013 3:01 pm
Re: Multiple cameras on a single raspberry pi board
Is it possible to use
4x rca to usb capture devices?
4x rca to usb capture devices?
Re: Multiple cameras on a single raspberry pi board
I guess it would be hard to get only one working in the
first place ..
ghans
first place ..
ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org
Re: Multiple cameras on a single raspberry pi board
As I was just having a look at things a couple of days ago, have a peek here:
http://linuxtv.org/wiki/index.php/Easycap
It's called EasyCap. But, as with Wifi dongles, it's hard to tell what you're buying. There are four different chipsets, but at least some of these work with Linux. How hard it will be cross-compiling some libraries, I can't tell.
http://linuxtv.org/wiki/index.php/Easycap
It's called EasyCap. But, as with Wifi dongles, it's hard to tell what you're buying. There are four different chipsets, but at least some of these work with Linux. How hard it will be cross-compiling some libraries, I can't tell.
STK1160 based devices are supported (video and audio) under Linux by the easycap kernel module (kernel 2.6.38 and later) and further on by the stk1160 kernel module (kernel 3.7).
Re: Multiple cameras on a single raspberry pi board
Just to duplicate what I posted yesterday here: http://www.raspberrypi.org/phpBB3/viewt ... 13#p396633
"well supported under Linux" doesn't necessarily include "supported on Raspberry Pi". Note also, "easycap" is a generic name for video capture devices which may use at least three completely different chipsets internally. If you have a working video capture device on R-Pi I would be very interested to hear it! As far as I know, no one has had real success with this yet:
http://www.raspberrypi.org/phpBB3/viewt ... ap#p391648
http://www.raspberrypi.org/phpBB3/viewt ... it=easycap
http://easycap.blogspot.com/2013/03/ras ... vices.html
This is the most successful attempt i have seen:
http://www.raspberrypi.org/phpBB3/viewt ... ap#p389610
http://easycap.blogspot.com/2013/03/ras ... 9605719538
"well supported under Linux" doesn't necessarily include "supported on Raspberry Pi". Note also, "easycap" is a generic name for video capture devices which may use at least three completely different chipsets internally. If you have a working video capture device on R-Pi I would be very interested to hear it! As far as I know, no one has had real success with this yet:
http://www.raspberrypi.org/phpBB3/viewt ... ap#p391648
http://www.raspberrypi.org/phpBB3/viewt ... it=easycap
http://easycap.blogspot.com/2013/03/ras ... vices.html
This is the most successful attempt i have seen:
http://www.raspberrypi.org/phpBB3/viewt ... ap#p389610
On April 10, 2013, Sebastien Warin posted that he got 640x480 working on a R-Pi using "STK1160 Video Capture Device". In the months since then, several other people tried and could not duplicate that result.Yes I have had success with em28xx I had apply the patch from http://bufobufomagic.blogspot.co.uk/201 ... -sudo.html
but only at 360x288 - had it stream to ustream and udp for many hours without issue.
kernel is Linux version 3.6.11+
http://easycap.blogspot.com/2013/03/ras ... 9605719538
Re: Multiple cameras on a single raspberry pi board
Hi PiGraham
I have the same question for one Raspberry + CSI + two cameras. I notice gsh and you talk about lvds PHY and circuitry.
Is there any practical solutions for this issue?
I have the same question for one Raspberry + CSI + two cameras. I notice gsh and you talk about lvds PHY and circuitry.
Is there any practical solutions for this issue?
-
- Posts: 9
- Joined: Fri Mar 01, 2013 1:50 pm
Re: Multiple cameras on a single raspberry pi board
In thread: http://www.raspberrypi.org/archives/3376 its mentioned that you can use both CSI interfaces of the BCM2835
"
So are there any chances to get two Pi cameras via the CSI interfaces? What needs to be done to have access to the second CSI interface?
"
"Mike Kopack on
March 8, 2013 at 12:32 pm said:
Wait, how/where are there 2 CSI interfaces on the Pi ???? I only remember there being the 1 CSI connector….
Or is the DSI one also able to be used for CSI if we so choose? Or does the single CSI connector allow for 2 cameras to be attached??
Comment ↓
Gert van Loo on
March 8, 2013 at 5:59 pm said:
There are two CSI interfaces on the BCM2835 but only one is brought out to a connector on the Pi. The other interface is hidden between a plethora of BGA balls underneath the chip.
Comment ↓
So are there any chances to get two Pi cameras via the CSI interfaces? What needs to be done to have access to the second CSI interface?
Re: Multiple cameras on a single raspberry pi board
You need to create your very own version of the Raspberry Pi including modified schematics + BOM ,
routing (CSI is a very high-speed bus) , testing , sourcing of components (good luck with the SoC) and
then get the thing manufactured by a competent company (just think of the early RS Components boards ... )
ghans
routing (CSI is a very high-speed bus) , testing , sourcing of components (good luck with the SoC) and
then get the thing manufactured by a competent company (just think of the early RS Components boards ... )
ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org
Re: Multiple cameras on a single raspberry pi board
You have done this with all the cameras working simultaneously or through an on/off algorithm?punktea wrote:I have connected and used 3 logitech webcams via a powered USB hub. Since the output of the webcams are already in MJPEG format, the RPi CPU does not have to do any encoding and the CPU load is low. Since you just need to take snapshots, the bandwidth required across the USB port will also be low and I don't see any problem connecting a large number of webcams. When you do hit limits then just add another RPi. With webcam, the highest resolution is 1920x1080, not sure if that will meet your requirements.
Thanks!
Re: Multiple cameras on a single raspberry pi board
The new Raspberry Pi Compute module has 2 CSI interfaces:
http://www.raspberrypi.org/raspberry-pi ... w-product/
http://www.raspberrypi.org/raspberry-pi ... w-product/
Android app - Raspi Card Imager - download and image SD cards - No PC required !
-
- Posts: 1
- Joined: Sun Apr 13, 2014 3:12 am
Re: Multiple cameras on a single raspberry pi board
How did you make out on your project?
I am also looking to build a multi-camera system and appreciate everyone's contributions in this thread.
Respectfully,
Aaron Greenlee
I am also looking to build a multi-camera system and appreciate everyone's contributions in this thread.
Respectfully,
Aaron Greenlee
-
- Posts: 10
- Joined: Thu Feb 27, 2014 7:14 pm
Re: Multiple cameras on a single raspberry pi board
deleted; inaccurate.
Last edited by shakirabbas on Wed Apr 22, 2015 11:25 pm, edited 1 time in total.
Re: Multiple cameras on a single raspberry pi board
Hi there is a campaign for connecting more than one camera module to one raspberry pi therefore it can be solution for multiple camera systems.
https://www.indiegogo.com/projects/ivpo ... /x/8229812
https://www.indiegogo.com/projects/ivpo ... /x/8229812
-
- Posts: 1
- Joined: Mon Dec 29, 2014 6:02 pm
Re: Multiple cameras on a single raspberry pi board
Note that this is only a multiplexer solution, you couldn't receive multiple video feeds at once.Hi there is a campaign for connecting more than one camera module to one raspberry pi therefore it can be solution for multiple camera systems.
https://www.indiegogo.com/projects/ivpo ... /x/8229812
However, there does appear to be another solution. The pi compute module has two camera inputs, and could receive two video feeds at once.
On the compute module: http://makezine.com/2014/04/07/new-rasp ... -unveiled/
On stereo cameras: http://www.argondesign.com/case-studies ... pberry-pi/
-
- Posts: 1
- Joined: Wed Feb 11, 2015 7:02 pm
Re: Multiple cameras on a single raspberry pi board
Up!
Now that the raspberry pi 2 is released, I would like to ask you if it is possible to connect multiple cameras to a single board?
Now that the raspberry pi 2 is released, I would like to ask you if it is possible to connect multiple cameras to a single board?
- Gert van Loo
- Posts: 2487
- Joined: Tue Aug 02, 2011 7:27 am
- Contact: Website
Re: Multiple cameras on a single raspberry pi board
Sorry to sound condescending but there are many, many ,many posts all saying
"Apart from the ARM processor nothing has changed on the Pi-2"
Why would it suddenly support two cameras?
"Apart from the ARM processor nothing has changed on the Pi-2"
Why would it suddenly support two cameras?
Re: Multiple cameras on a single raspberry pi board
That and the amount of RAM... That changed too...Gert van Loo wrote:Sorry to sound condescending but there are many, many ,many posts all saying
"Apart from the ARM processor nothing has changed on the Pi-2"
Why would it suddenly support two cameras?

Re: Multiple cameras on a single raspberry pi board
> by Gert van Loo » Wed Feb 11, 2015 7:39 pm
>> "Apart from the ARM processor nothing has changed on the Pi-2"
>>
> Why would it suddenly support two cameras?
>
What is it specifically that is different between the CSI and DSI implementations? They both use the D-PHY physical interface but have their own protocols. The bandwidth needs are reversed, the camera is sending out massive amounts of data while the display is receiving massive amounts. Is there something in the hardware that prevents them from being generalized ports?
>> "Apart from the ARM processor nothing has changed on the Pi-2"
>>
> Why would it suddenly support two cameras?
>
What is it specifically that is different between the CSI and DSI implementations? They both use the D-PHY physical interface but have their own protocols. The bandwidth needs are reversed, the camera is sending out massive amounts of data while the display is receiving massive amounts. Is there something in the hardware that prevents them from being generalized ports?
Re: Multiple cameras on a single raspberry pi board
It's more a legal and business problem. You need both
documentation and GPU code to make it work , and
both is completely secret.
ghans
documentation and GPU code to make it work , and
both is completely secret.
ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org
- Gert van Loo
- Posts: 2487
- Joined: Tue Aug 02, 2011 7:27 am
- Contact: Website
Re: Multiple cameras on a single raspberry pi board
There is the tiny problem that one is an input and the other is an output.stderr wrote:> by Gert van Loo » Wed Feb 11, 2015 7:39 pm
>> "Apart from the ARM processor nothing has changed on the Pi-2"
>>
> Why would it suddenly support two cameras?
>
What is it specifically that is different between the CSI and DSI implementations? They both use the D-PHY physical interface but have their own protocols. The bandwidth needs are reversed, the camera is sending out massive amounts of data while the display is receiving massive amounts. Is there something in the hardware that prevents them from being generalized ports?
The port direction on the chip is NOT reversible.....
-
- Posts: 1
- Joined: Tue Feb 10, 2015 12:19 pm
Re: Multiple cameras on a single raspberry pi board
I know its years later, but you can now get Raspberry Pi Camera multiplexers : http://www.ivmech.com/magaza/en/ivmech- ... lexer-p-90
One of these with the Pi 2 would be an awesome setup. I was actually thinking it would be awesome to be able to attach two Pi camera's so you could have a hi res day one and then switch to a hi res noir one at night. Would make an ultimate security camera setup.
One of these with the Pi 2 would be an awesome setup. I was actually thinking it would be awesome to be able to attach two Pi camera's so you could have a hi res day one and then switch to a hi res noir one at night. Would make an ultimate security camera setup.