cosparks / trypdeck

0 stars 0 forks source link

Create MediaListener class for LED Behavior #19

Closed cosparks closed 2 years ago

cosparks commented 2 years ago

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.