Is it possible to find the width of an object using a camera in iOS?

I want to measure the distance between the iphone camera and the object shown on the screen, and I want to find the width of the object by placing two points on the screen.

https://itunes.apple.com/us/app/orthograph-architect-3d-cad/id464252559?mt=8

in this application, when we put two points on the screen, then it will calculate the distance between the two points.

Any suggestion for finding the distance, width and angel of the camera?

+4
source share
1 answer

Yes, you can use the following api link to get this and the detailed manuals and documentation provided in this. But this will take time. I used in my Android application and discovered the distance between two objects in Augment reality.

iqEngines

Happy coding !!!

0
source

Source: https://habr.com/ru/post/1468891/


All Articles