Example #1
0
 public void ApplyResolutionChange()
 {
     width  = CaptureWidth;
     height = CaptureHeight;
     device.SetResolution(width, height);
 }