0

When I step through my code in the debugger, the camera emulator works as it should. When I run it in the emulator (not stepping though the debugger), I get a black screen as the camera view. The Camera object is NOT = null (I Logged to check). I am getting a camera, everything looks ok, but I still get the black screen. I do have get a Camera error 100 but I don't think that's the problem.

Szymon
  • 42,577
  • 16
  • 96
  • 114
Goku
  • 1,565
  • 1
  • 29
  • 62

1 Answers1

1

On a hardware device there is no issue. i guess the emulator doesn't currently work for a camera unless its is being stepped through with the debugger. As long as it works on hardware then its not a huge problem

Goku
  • 1,565
  • 1
  • 29
  • 62