I would like to connect my arduino uno with a camera but I'm not sure how to proceed, I would like to use the camera to get the state of a rubicks cube.
So i was thinking about some different approaches an not sure which one is the best, for what I have read I can't use the arduino with a usb webcam(ps2 eyetoy). Then I was thinking about using an old phone(Samsung galaxy s i9000) as an camera and image processing since the arduino can't handle that(?) and if I was to use my phone how should I do that? I looked some at IOIO, or what's a good way? Or should I just buy a camera but then which one fits my need? I also looked at Pixy but they seem quite expensive.
Maybe somewhat vague post and I'm not sure if this is the place to ask. Feel free to ask questions, I would appriciate some help.
Hultarn:
But say I would like to use my phone to take a picture and process it to a 3x3 array that I send to the arduino. What would be a good way to do that?
Use the phone to figure out the positions of the colours and then send a message to the Arduino to tell it the result.
The computer in a phone is enormously more powerful than an Arduino.
Bluetooth is probably simpler as it is just serial-by-wireless. A message for the colours on one face of the cube could be
<G,G,G,G,Y,B,G,B,B> where G = green, Y = yellow and B = blue.
Have you searched the Forum for Rubik's Cube projects - I'm pretty sure I came across a very extensive Thread about it a couple of years ago.