Class will implement MediaListener interface and will watch over a folder of lighting videos. It will make use of libav to decode videos, convert frames to RGB pixel matrices, and potentially handle a cache of RGB frames.
Some optimization may be needed to get this working in unison with VideoPlayer as libvlc and libav timings won't necessarily line up.
Class will implement MediaListener interface and will watch over a folder of lighting videos. It will make use of libav to decode videos, convert frames to RGB pixel matrices, and potentially handle a cache of RGB frames.
Some optimization may be needed to get this working in unison with VideoPlayer as libvlc and libav timings won't necessarily line up.