if (kinect.openFileRecording("test.oni") == false){
println("Cannot open recording");
}
But when ever I try to reload the .oni file (check file with the OpenNIviewer.exe) the sketch says it cannot open the recording?? I tried the RecorderPlay example, sometmes it works, sometimes it shows the same error.
My secod solution would be to store the userMap of every user to disk from the start of the tracking till the user walks away. I stored the frames in an arraylist and serialized it after stop recording, but this leads me to some performance and memory issues.
Any idea to store user dependend frames memory efficient to disk?