I am working on a project that would require using at least 3 cameras to take a picture of the same object at different angles. I was thinking about using the raspberry pi to attach the 3 cameras to it but due to lack of CSI ports in it I can only use one. Is there a way to make this work?
The cameras can take pictures at different time intervals they don't have to work at the same time but witout much of a delay. I started looking into other board such as BeagleBone or PandaBoard ES but couldn't find much information about how many cameras I can use with these boards or how many CSI ports they have. It is also very important for my project that the board is android compatible as the software that I use to analyze the pictures runs on android.
Thank you