3D Camera Board for Pi
6 posts
I saw the add-on camera board, but it would be cool if there were two cameras, so it can take 3D pictures.. even if you could just buy 2 camera boards, it has the be a constant distance apart.
- Posts: 58
- Joined: Sat Dec 10, 2011 3:32 am
No doubt there is a "cool" factor to 3D cameras, but they are still a tiny fraction of the camera market. Given that they are apparently only able to offer one type of camera, and want to keep the price to a minimum, and want the widest range of applicability it seems to me a basic 2D camera will be chosen.
Although the GPU can support two cameras at the same time, the Raspi board only exports one CSI interface to the connector. So 3D isn't possible as standard.
- Moderator
- Posts: 6900
- Joined: Sat Jul 30, 2011 7:41 pm
Don't listen to me at all, but:
MIPI CSI-2 has amazing bandwith, and the VideoCore IV is blisteringly fast when accelerated with appropriate drivers. Would it not be possible to run two cameras through one port?
MIPI CSI-2 has amazing bandwith, and the VideoCore IV is blisteringly fast when accelerated with appropriate drivers. Would it not be possible to run two cameras through one port?
{sig} Setup: Original version Raspberry Pi (B, rev1, 256MB), Dell 2001FP monitor (1600x1200), 8GB Class 4 SD Card with Raspbian and XBMC, DD-WRT wireless bridge
- Posts: 520
- Joined: Wed Jan 25, 2012 9:06 pm
JeremyF wrote:Don't listen to me at all, but:
MIPI CSI-2 has amazing bandwith, and the VideoCore IV is blisteringly fast when accelerated with appropriate drivers. Would it not be possible to run two cameras through one port?
Yes, you could.
You would need to use a CSI multiplexer chip like the FSA 642 from Fairchild.
But you would also need to tweak the drivers to have one camera running at a time which requires access to the GPU code.
If the camera is 14MP (i'm sure that's right isn't it) then you could see if a lens splitter was available. Panasonic make one for their 2d hd video cameras http://cdn.itproportal.com/photos/pan-3 ... inline.jpg .
You'd still end up with 7MP (ish) per eye, plenty for video and photos and you'd only need the one connector.
You'd still end up with 7MP (ish) per eye, plenty for video and photos and you'd only need the one connector.
- Posts: 24
- Joined: Sat May 19, 2012 1:19 pm