movie2serial

Status
Not open for further replies.

BuffaloFan32

Well-known member
I am trying to run Paul's movie2serial Processing script. I have already installed the VideoDisplay script on my 3.2. When I run the Processing script, the grey box where the movie is supposed to be appears but nothing else happens (not even playing the movie). If I comment out this line:
Code:
serialConfigure("COM4");
the grey box will appear with the movie but obviously nothing is happening on my LED display. When I go back to the Serial Monitor in Arduino and send a "?" to the Teensy, it responds with the message I would expect regarding my current setup (225,32,0,0,0,0,0,100,100,0,0,0). Am I missing a library in Processing or something? I have tried this on Processing 3 (64 and 32 bit versions).
 
Just for fun, I tried changing the VideoDisplay script in Arduino to make the Teensy think it has 60 LEDs on each of 16 strips. For some reason, it starts working when I do that but, obviously, the picture is way off. Is there a size constraint that is making it get stuck for my 225x32 array?
 
Status
Not open for further replies.
Back
Top