Vuforia: model disappears when getting closer to ImageTarget
My project uses Vuforia for AR but I have an issue with the camera, mainly when using the app in Android.
The problem is that, in general, the focus of the camera is lost (everything is blurred) if I back the device away from the ImageTarget, but if I get it closer to it the 3D model rendered on it disappears (it's like the camera goes through it because you can actually see the inside of the models).
What's the problem? I have tried resizing the ARCamera and/or the ImageTarget as well as repositioning them but it only made it worse.
What should I do?
Answer by zaylan · Jan 18, 2016 at 03:40 PM
Have you checked the Camera setting "Clipping Planes"? "Near" is how far back the camera can see if that makes sense, and "Far" is how far it can see objects. I usually by default always set the Near one to 0, as otherwise in some angles you tend to be able to see through walls.