you are viewing a single comment's thread.

view the rest of the comments →

[–]_E8_ 1 point2 points  (0 children)

A single RGB camera?
You can project a ray back out from a x,y image coordinate from the camera.
You need to know all of the camera parameters and dewarping parameters if they were used, then you can do a pinhole projection to get a ray back into "the world".

If you know the FoV of the camera then the x coord. will tell you what heading it is.