hi
I have a problem I’m trying to solve, I am trying to test some hardware that has LED light animations.
I need to identify 12 different LED animations that could happen on a 20 pixel LED strip, to validate that the hardware is responding correctly in different scenarios.
Each animation is a sequence of the 20 LED pixels changing on and off in different patterns.
All the pixels are always a single color during each animation. But could be any color on these RGB LEDs.
I want to generate an output that specifies which animation just happened.
These animations all happen within 3 seconds.
How could this problem be tackled? Is pixy cam going to help?