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