Chris Taylor
Chris Taylor
Not sure why! These days I'd recommend not to use this library and instead use one of the more active projects.
Yeah that's a good point and I've been lazy about fixing it because it hasn't caused any problems (yet). Curious what your thoughts are on using OpenFEC or wirehair for...
Since your library operates in a stream fashion, another interesting alternative might be this library: https://github.com/catid/CauchyCaterpillar The advantage is that instead of waiting for a block of data to arrive...
Cool. Thanks for letting me know about OpenFEC. It might be interesting to build my own version of this staircase binary + GF(256) random code type library that's more robust....
Yeah feel free to make any edits you like
> @catid How is Zdepth a lossless format when there is quantization? It is because the sensor itself is inaccurate, so we are basically just chopping off the noise
Working on it On Tue, Dec 17, 2019, 8:33 AM David Salter wrote: > This repo is exactly what we've been looking for since the previous Kinect > camera. Thanks...
It's mixed in with a bunch of other code in the xrcap project. But there's an example here now: https://github.com/catid/xrcap/blob/15d2dac930a37c987c6296ec152a47d5c0dc205b/apps/capture_client/src/FileWriter.cpp#L259
In addition to the depth buffer you have to communicate the camera calibration so you can reconstruct the 3D surface, which is why it's a bit trickier. The xrcap project...
Yeah that's a good point I usually don't write APIs that way