3D Camera Board for Pi
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.
Re: 3D Camera Board for Pi
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.
Re: 3D Camera Board for Pi
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.
Principal Software Engineer at Raspberry Pi (Trading) Ltd.
Contrary to popular belief, humorous signatures are allowed.
I've been saying "Mucho" to my Spanish friend a lot more lately. It means a lot to him.
Contrary to popular belief, humorous signatures are allowed.
I've been saying "Mucho" to my Spanish friend a lot more lately. It means a lot to him.
Re: 3D Camera Board for Pi
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
- Gert van Loo
- Posts: 2487
- Joined: Tue Aug 02, 2011 7:27 am
- Contact: Website
Re: 3D Camera Board for Pi
Yes, you could.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?
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.
Re: 3D Camera Board for Pi
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.
Re: 3D Camera Board for Pi
Camera is 5MP
-
- Posts: 5
- Joined: Tue Jan 21, 2014 5:13 pm
Re: 3D Camera Board for Pi
Two Words: Compute Module
-
- Raspberry Pi Engineer & Forum Moderator
- Posts: 6284
- Joined: Fri Jul 29, 2011 5:36 pm
- Location: The unfashionable end of the western spiral arm of the Galaxy
Re: 3D Camera Board for Pi
The firmware doesn't properly support multiple cameras right now (or even one, on the compute module). Although changing it to be able to use both cameras at once isn't hard, doing so properly would take a while. But yeah, you should be able to use the compute module to access both cameras at the same time (eventually), but I don't know how practical it will be for 3D video.