示例#1
0
 /// <summary>
 /// Runs the video capture.
 /// </summary>
 public void Play()
 {
     _cam.Play();
     UpdateVideoControl();
 }