Some questions before i get started!

Hello

First of all, sorry if there is some misspelling or funny terms in this post, but English is not my first language. 

I have had an idea for a robot for a while and now seems to be the time to begin to work on it. I want to build a model tank. I want this tank to have two separate video feeds, one from the hull of the tank and one from the turret. I want these cameras to be connected to a microprocessor or a signal processor, and I also want this processor to be the one controlling the steering of the tracks on the tank, the turning of the turret and the firing of the gun.

I also want this tank to be wireless. I am thinking about using wifi, because Bluetooth would be to slow for one video feed, not to mention two. My idea is to connect the tank to a tablet and get the two video feeds directly in an app. I think this may require the processor to function as a router or something like that.

So with this description, what are your recommendations for using as the processor? For interface between the cameras and the processor I am thinking about using i2c, so it should be a processor that can handle two of these connections or maybe have some hardware to multiplex the two signals together if that’s possible to do.

To start with I am focusing on making the tank, so I can use it from a computer, when the tank is up and working I can begin to program the app for the tablet.

Any ideas for the kind of hardware I would need for this project? I have not yet worked with either video or wifi, so I am also doing this to learn about video processing and communication over wifi.

To sum up, the main questions in this post is:

What processor could do this for me?

What kind of interface should the cameras have?

What kind of wireless technology should connect the tank with the tablet? (computer in first attempt)

Thanks in advance for your answers and yes i know this is a really (really) big project! :) 

Where to start.

I would start with a simple uC like a Arduino or Picaxe. I would add a small breadboard, LED and resistor. Then I would attempt to write a program to make that LED blink.

I have plenty of experience

I have plenty of experience with programming, i could fairly easy make a robot that i would be able to control via rs232, maybe make it wireless with a xbee. The problem with a xbee is the data rate, it would not support a video feed let alone two, therefore i think i need to use a wifi connection if there isn’t anyone that has a better idea… 

I ask these questions because i haven’t worked in these fields yet and i hoped there would be someone who had who would point me in the right direction, so i could start to learn about these fields… 

Thx for the answer! I have

Thx for the answer! I have considered the pi, but i was not sure how i would connect a micro controller to it. But i am definitely going to investigate how to hook it up to a microcontroller so i can control the rest of the tank. And yes i thought about making it an access point but I am not so sure about the protocol and the possibilities so i did not mention those thoughts. To make it internet controlled is my back up plan i think if i cannot get the tablet to connect directly to the tank. 

Thx again for your post, the rasperry pi sounds like the obvious choice now :) 

Oh it should have been a

Oh it should have been a reply for “Fellow Noob” 's excellent comment…