I am following the RecorderPlay example in the simple-openni library for processing:
http://code.google.com/p/simple-openni/
It records to an ONI file, a type of video format which retains depth and rgb information. Currently though, it captures the entire image, and I want to be able to capture only a certain z depth range. Does anyone know if this is possible?
I don’t think you can configure what depth range to record, but what you could do is process the information you read from the .oni recording: