ofxMovieExporter
ofxMovieExporter copied to clipboard
setPixelSource not working as expected
Im trying to use the setPixelSource()
method but something is amiss - only the first pixel frame is ever recorded, no matter then movie length.
Have you verified this is working, and could you please provide an example if so?
Thanks!
Seems to be how I was setting the pixels - I know this because if I use kinect.getPixels()
as the source setPixelSource
works fine. When I figure out this answer I'll post an update ;)