void StopColorImage() { if (_colorImageStream != null) { _colorImageStream.Dispose(); _colorImageStream = null; } }
void StopDepthImage() { if (_depthImageStream != null) { _depthImageStream.Dispose(); _depthImageStream = null; } }