Page 1 of 1

super computer

Posted: Thu Nov 13, 2014 8:39 pm
by tarekeldahrawy
i am working on a project that is about building a smart car like google car but i am working on a small robot first ... so i wanted to use raspberry pi to be the brain of the project ,,, my next step is to make an image processing so that i can make the camera able to track a line ... some of my friends told me that the processor gets so hot just to make some face detection .. so my question is if i build a supercomputer will it aid my purpose ?? and if i am going to build supercomputer by 4 raspberry pies is it possible to use the gpios so that i can control all of them freely through webiopi for example to make a web interface and how can i do that if u please :)

Re: super computer

Posted: Thu Nov 13, 2014 9:20 pm
by B.Goode
Documentation for a Raspberry Pi Cluster - http://www.southampton.ac.uk/~sjc/raspberrypi/

Documentation for WebioPi - https://code.google.com/p/webiopi/

Re: super computer

Posted: Thu Nov 13, 2014 9:23 pm
by DirkS
my next step is to make an image processing so that i can make the camera able to track a line ... some of my friends told me that the processor gets so hot just to make some face detection .
I have seen examples of line tracking Pi robots recently, and they weren't using some kind of supercomputer.
See e.g. http://www.raspberrypi.org/an-image-pro ... up-junior/

Gr.
Dirk.

Re: super computer

Posted: Fri Nov 14, 2014 9:35 am
by Ravenous
Also the one DirkS linked to above has a forum post, with some other information:
http://www.raspberrypi.org/forums/viewt ... 37&t=82151
I think this one uses the raspi for image processing, which passes its signals to another controller board that drives the vehicle.

As for getting hot - that is not likely to be a problem with the raspi. It's not a supercomputer, but it can handle various image processing things.