I'm trying to find the fastest way to export a PNG sequence or movie with processing. I'm capturing Kinect data and currently, in each draw call, I'm using:
saveFrame("output/fames####.png");
but this is too slow. Anything I can do that's faster?
I'm using simple-openni for the kinect feed.