- Home /
Iphone6 camera stuck first frame
Hello!
Why does camera stucks at the first frame of the scene on Iphone6? The game is working in background, you can move character, but the screen render is stuck on the first frame of main camera. What might be the problem?
(we tested the app on various other android devices and Iphone4 and evetything works just fine. The problem currently appears only on Iphone6.)
Thnx!
It's a long shot, but this sounds familiar to me. Are you using any image effect on your camera. I'm asking because we had the problem, that using the Blur (optimized) on AppleTV caused the depth buffer to be filled at depth 0 so nothing was rendered anymore. not having set any camera to clearFlags color or skybox got the image stuck since it was not even deleted anymore.
You could at least force to use GLES in the PlayerSettings to see if it's a metal problem.
Your answer
Follow this Question
Related Questions
Rotate camera smoothly to certain degrees with iphone touch 2 Answers
QueryFrame changes resolution of camera 0 Answers
String AR iPhone 4s Resolution Problem 1 Answer
Mapping accelerometer to Camera's position 2 Answers
Mobile Device Video Camera 1 Answer