public static extern bool KinectStartDecompressor(KinectHandle handle, ScanImageCompression type);
 public static extern bool KinectStartCompressor(KinectHandle handle, ScanImageCompression type, ref int colorWorstCaseSize, ref int depthWorstCaseSize);