Hi!
Currently I am working with the Meta 2 headset to develop an AR application. I would like to integrate Vuforia 7 Ground Plane detection, however I am not sure if Vuforia is supporting the Meta 2?
In the list of supported devices, I only see iOS and Android mobile devices.
If it is not supported, is this on the roadmap?
Regards,
Glenn
Hi @Arjav,
I follow your great post and get everything seem works except the value that is save in data.txt file is always have the first value of 0. I mean at line 34 of DataCollection.cs
"wr.WriteLine(transform.position.z + " " + pos);" The value of transform.position.z is always 0.
Do I miss anything?