I am trying to get the intersection of a direction vector in an image (direction a person is looking), with a plane directly in front and parallel to the image plane actually. Like, where on the wall is this person looking at, is what I am interested in.
I know the position of the camera, the pixel position of the person in the image, and the angle of the head (yaw, pitch, roll) in the image. I can estimate the depth of the person to the plane reasonably as well.
How can I get the intersection of the direction vector with a plane in front of it?