Exemple #1
0
 void StopColorImage()
 {
     if (_colorImageStream != null)
     {
         _colorImageStream.Dispose();
         _colorImageStream = null;
     }
 }
Exemple #2
0
 void StopDepthImage()
 {
     if (_depthImageStream != null)
     {
         _depthImageStream.Dispose();
         _depthImageStream = null;
     }
 }