void Update()
 {
     if (mWebCamImpl != null)
     {
         mWebCamImpl.Update();
     }
 }