I am building a "physical pixel"; put simply- a cube with RGB leds inside.
Essentially i would like this cube to display the changing colour values of a single pixel taken from a recorded video source (not a live video feed).
At the moment I am using an arduino, along with my mac and processing.
I am assuming the simplest way to do this would be to have processing take the single pixel from a playing .MOV file; and send it as RGB information to Arduino - which would then send the separate R,G and B information to the red, green and blue LEDs in the cube.
But maybe there is a simpler way of doing it?
I have only been working with the Arduino and processing for about a month - trying some of the example Arduino prototypes from their website, and messing around with some code from the built-in processing library.
Basically, I'm finding this project difficult to get my head around (code-wise). I know all of the information (that I need to build this) is on the reference for both arduino and processing - but I don't know where to start.
Ideally I would find someone to write both processing and arduino codes for me, so i could try it out, and move onto the next (possibly non-arduino based) project. However, I realize -
(A) People with the knowledge are likely unwilling to just sit down and spend time writing code for complete strangers.
and (B) I wouldn't actually learn anything (and therefore I'd be unable to tweak/experiment with different ideas based on the same technique).
I guess the first step would be to write the Processing code?
Can someone tell me how I would go about writing the code for Processing to read and 'extract' the (changing) RGB values of a single pixel from a video file?
What parts of the processing reference pages do I need to familiarize myself with?
I hope this was clear enough - I know I'm likely to get weighed-in on for my first post asking for help.
cheers in advance for any pointers / help / whatnot
Lester