"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Device Tracker

Hey Guys!

I am currently workin on an iPad-application where you can use the Device to look around in 6DOF in a 100% 3D-Scene. I guess Vuforias (Positional) Device Tracking could handle this. Unfortunately, I cannot find anything that helps me in this respect - not even in the Vuforia-Developer-Library - and I have no clue how to do this.

Is there any way (and how?!) to use the camera of the device for Inside-Out-Tracking, without rendering the camera image, but only displaying the content of the scene? It would be greate, if you could help me guys!

Hi,

Yes, you can disable video background rendering here: ARCamera->Open Vuforia Engine configuration->Video Background->Enable video background (uncheck).

Thank you.

Vuforia Engine Support

patrickfrei

Thu, 08/08/2019 - 11:28

In reply to by mcotora

Ah, great!
Is there a way to do this from script, in case that I want to use the rendered Camera Image in another Scene?
I found out, that it also works to switch the Background Type of the Camera from Solid Color to Skybox.

mcotora

Thu, 08/08/2019 - 12:53

In reply to by patrickfrei

Hi,

Yes, you have in our Unity API docs the bool VideoBackgroundEnabled, by toggling it on and off it should enable/disable the video background rendering.