niessner / BundleFusion

[Siggraph 2017] BundleFusion: Real-time Globally Consistent 3D Reconstruction using Online Surface Re-integration
http://graphics.stanford.edu/projects/bundlefusion/
Other
1.51k stars 355 forks source link

Decompression error in .sens files #41

Open mintos002 opened 5 years ago

mintos002 commented 5 years ago

Hi there! When I try to read a .sens I've just recorded to do the reconstruction with it, the 40% of the files are corrupted, it starts reading the file but it stops in a fixed frame and throws a decompression error:

if (m_colorCompressed == NULL || m_colorSizeBytes == 0) throw MLIB_EXCEPTION("decompression error"); in file sensorData.h line 582

Does anyone know how to fix that? Thanks!