Example #1
0
 private void EnableUnityCamera()
 {
     _deviceCameraController.ShowCamera(((Texture2D texture) =>
     {
         if (texture != null)
         {
             SetImage(texture);
         }
     }));
 }