can you give me a hint how to solve this issue?
Two cameras are placed with a 1m gap in x-direction next to each other (with focal length 1). The rotation matrices Ri and coordinates of the camera centers Ti are given as
1 = 2 = [1 0 0,
0 1 0,
0 0 1]
1 = [ 0 0 0 ], 2 = [ 1 0 0 ]
We get two measurements 1 = (3/4, 1/2) and 2 = (−1/2, 1/2) from the two cameras. Triangulate the 3D point using these two measurements.
Thank you for your time! : )
I have tried a solution according to this pdf (http://www.cs.cmu.edu/~16385/s17/Slides/11.4_Triangulation.pdf)
But i always get a zero-solution vector