-
Notifications
You must be signed in to change notification settings - Fork 31
Description
This repo is exactly what we've been looking for since the previous Kinect camera. Thanks so much!
Do you have any thoughts on saving/loading a stream of Zdepth frames to/from a file? In addition to reducing streaming bandwidth, we've been trying to find a way to save our depth recordings directly to a compressed format for a long time.
The file format you describe seems to be for a single frame of depth. I'm guessing you'd need some container format to save multiple frames. And for seeking, it would need to be aware of the key frames. I imagine you could read and write these compressed frames to a file similar to the MKV file that the Azure Kinect SDK supports, but I'm not that experienced with using such file formats so I'm not sure.
Any input you could offer would be appreciated, especially if you can point somewhere this work is already being done.