multiple RGB-D cameras on Arduino ?

Hi guys

I am thinking of making a portable device on which multiple RGB-D cameras are installed, such as Kinect or Xtrion. It should be able to controlled boy iphone etc, and upload captured data using blue tooth or wifi.

What I know is that those RGB-D cameras can be driven by OpenNI on linux/android.

Can I build this kind of device with ARDUINO? Andy suggestions ?

Thanks a lot :slight_smile:

It won't work on a regular AVR ATmega328p-based Arduino UNO. It may work on the Arduino YUN under the OpenWrt-Yun variant of Linux. The YUN is primarily a WiFi router mounted on an Arduino so it may not have room for OpenNI.

I would look into a small Linux system like the Raspberry Pi or Beagle Bone Black.