Is it possible to measure distance to object with camera?

前端 未结 10 1949
孤独总比滥情好
孤独总比滥情好 2020-11-27 12:22

Is it possible to measure distance to object with phone camera?

I mean, in my application I start the camera, facing the camera to the object (lets say house) and th

10条回答
  •  难免孤独
    2020-11-27 12:57

    Nope. The camera can only give you image data and an image alone doesn't give you enough information to give you depth information. If you had multiple images that you had location information for or even video you could then process it to triangulate the distance, but a single image alone would not be enough to give you a distance.

提交回复
热议问题