I am working for an enterprise who wants to measure the distance between the man who is holding the camera and an object placed in the real world. But, they want to do it, WITHOUT focusing the camera on that object.
I have seen ARCore, and I watched that you can place an object (Android icon in the videos) in the real world, and it stays where you have placed it all time (also when you don't look at it). That's a good first step.
But the real thing I want to know is that if I can measure the distance between the camera object (it is supposed to be the person holding the mobile phone) and that object placed in the real world (Android icon) without focusing it with the camera.
Maybe with a raycast or simply with a vector3.Distance, I don't know. But is this possible? Any ideas? Because I have tried a lot of things, but they don't work...
Thank you so much in advance.