I worked with Aaron Arntz to produce this little experiment. The idea is that the camera splits the screen into blocks, then captures color values for each block, and then plays music whenever the colors shift… It’s a bit of a mess right now but it works!
I dealt with image processing and display, and Aaron used the minim library to produce the sounds.
The code’s over on github.
And here’s a video of the project in action:
[vimeo https://vimeo.com/75279998 w=640]
As you can see something went terribly wrong/right with my recording setup…
This is really cool, hope you guys keep iterating on it!
Thanks!
Nice idea!
I refactored yout code, made some corrections, made it faster and added some features. It’s on the branch https://github.com/brizolara/colorize-camera/tree/brizo_lappso
It’s heavily commented (english/portuguese) because I’ll use on a workshop.
Thanks for sharing your idea.
Thanks for the improvements! I’m happy you like the concept.