/// <summary>
 /// Raises the play button click event.
 /// </summary>
 public void OnPlayButtonClick()
 {
     webCamTextureToMatHelper.Play();
 }