Motion PoV

Status
Not open for further replies.
Hi, I'm wanting to make a PoV display that will show low-res video / animation.

I'm hoping to use 144 LED / meter APA102 LEDs and thought a Teensy could work well.

There are lots of tutorials out there for POV using static images but I really want to see motion.

Ideally a standalone controller but could also use OPC to send data via wifi.

Any thoughts or useful links?

Thanks.

Phil
 
I'm assuming you're going to map 1 video frame to each POV revolution?

If reading from a SD card, that ought to be fairly simple. You'll just read the next data into another buffer. The trick is getting the LEDs updated while you're also managing to keep the incoming data flowing into the other buffer. Then just copy the buffer to the buffer you're using to update the LEDs as they moving through the 360 degrees.

If the video is some sort of live streaming, you're probably going to need some sort of protocol to tell the transmitter the pace for matching the rotation speed....
 
Status
Not open for further replies.
Back
Top