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
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!