예제 #1
0
 /// <summary>
 /// DepthImageProcessor handler.
 /// </summary>
 private void OnDepthImageProcessorImageReady(object sender, DepthImageProcessedEventArgs e)
 {
     this.writeableBitmap = e.OutputBitmap;
     this.InvalidateVisual();
 }
예제 #2
0
 /// <summary>
 /// DepthImageProcessor handler.
 /// </summary>
 private void OnDepthImageProcessorImageReady(object sender, DepthImageProcessedEventArgs e)
 {
     this.writeableBitmap = e.OutputBitmap;
     this.InvalidateVisual();
 }