Hi, Im Lucas, and I am new to vuforia.
I have unity 5.1.f1 I am trying to insert one of the unity video playback samples onto my phone. I have activated the software, and when I run the app on my Samsung Galaxy Note 4, Half the screen is black. From the top right corner to the bottom left corner. From the other half of the screen it seems to detect color from the camera. It is just a solid color. No video playback no tracking. I am trying to work step by step. Not releasing a full blown build. This does work on my friends iphone 5s. So I hope someone knows what this is and can tell me how to fix it. :)
Thanks for reading!
No one has responded to this and it is old enough that I am sure its been fixed, but I randomly came across this myself.
I resolved it, and it ended up being that I had my AR camera and some game objects sharing the same position on the scene (0,0,0) and the camera didn't have a rendering layer so it was rendering the underside of the gameobject. You can set a rendering layer, or just move the AR camera and it will stop this from happening.