You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I sometimes get an exception when decoding a received buffer.
decodedDepthTex = new Texture2D(640, 576, TextureFormat.R16, false, true);
short[] depthImage = new short[decodedDepthTex.width * decodedDepthTex.height];
RVL.DecompressRVL(depthBuffer, depthImage);
My sent depthBuffer and received depthBuffer match in size and I'm using camera_configuration.depth_mode = K4A_DEPTH_MODE_NFOV_UNBINNED; so my resolutions should also be matching.
The text was updated successfully, but these errors were encountered:
Hi, I sometimes get an exception when decoding a received buffer.
My sent depthBuffer and received depthBuffer match in size and I'm using
camera_configuration.depth_mode = K4A_DEPTH_MODE_NFOV_UNBINNED;
so my resolutions should also be matching.The text was updated successfully, but these errors were encountered: