As mentioned, we assume that we have a fully calibrated camera, which all intrinsic and extrinsic parameters known, as well as known distances od all the points.
Assuming for a point (100,100,500), how can we calculate the position of the point if it were to have a distance of 1000?
Converting from image point to 3d world coordinate point is something I have already implemented, I am interested on how to find the image / 3d world coordinate point of point if its depth wasn't 500, but 1000, the collinear of the initial point for a specific depth.