So my problem is i need to work out a solution for a real time camera controlled arduino robot .
What hardware should I use ?
- If its possible I have to have multiple cameras on board
- RealTime image transmiting over any protocol
Than you for your ideas :)
1 个答案:
答案 0 :(得分:0)
Arduino is a bad idea for this kind of project.
It's memory is not enough to hold even a single image of decent resolution.
You did not specify how the input from the cameras is going to control it's movement, but keep in mind that a microcontroller can not do real time image processing algorithms.