As shown in the figure, I need to find azimuth and elevation of point P wrt to Camera 2. Point P(a,b,c) has co-ordinates defined with respect to Camera 1 (X,Y,Z) with a direction of view vector (x,y,z) as the origin which is distance (d) vertically below the Camera 2 (both cameras are in the same plane). I can find the azimuth/elevation using How to calculate azimut & elevation relative to a camera direction of view in 3D ...? for point P with respect to Camera 1 but I want to find the azimuth/elevation wrt Camera 2. I am confused about how should I do this?
If add 'd' distance to Camera 1 co-ordinates to get Camera 2 co-ordinates (X,Y+d,Z), keeping the direction of view vector same (as both Cameras are in same plane) and Point P same, perform the same calculation for Camera 2. It gives out incorrect results. How do I do this for Camera 2?
Projection in Image Planes: