public void StartCamera() { if (!mWebCamTexture.IsPlaying) { mWebCamTexture.Play(); } }
public void StartCamera() { mWebcamPlaying = true; if (!mWebCamTexture.IsPlaying) { mWebCamTexture.Play(); } }