I have calculated field of view
float FOV = camera.activeFormat.videoFieldOfView;
But its the iPhone field of view.
I need to calculate width of object using field of view. How can i calculate either 1) Field of view for particular object or 2)Width of object using Camera
i have below mark in the pic :
Angle AOB =FOV i have
A'O and B'O i have calculated already.
Need to calculate angle A'OB' and using which finally my aim to calculate A'B' (width of object)