Hello, I am using the Examples/Mirror code to work with pixels in a video feed, I have reduced the amount of pixels to only 16 pixels, and stripped away all the gray/boring colors.
I have two things I want to ask for help with.
1. how can I change the way the pixels change color, make the change more smooth?
2. How can I control the space between them, so it will look more like a grid?
Im going to use a web cam to record video and divide the feed into 16 "pixels"
And then I want to get the brightest and most dominating color, in each "pixel" and send the color out to an individual RGB Led to shine,,, like a mirror, or a screen.
But just heavily pixelated (16 pixels, 4x4).
The thing I need help with is how to sort OUT the boring colors, like brown and black and such.
How can I add a value so it will only pick the clearest color?