//////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////// /// <summary> /// Start the live video and update the state of the start/stop button. /// </summary>LiveVideo() private void StartLiveVideo() { CameraCtrl.LiveStart(); }