Computing pixel focal length for ROS camera based on resolution + mm focalLength

focal_x = height * focal_length / vert_aperture
focal_y = width * focal_length / horiz_aperture

From Change intrinsic camera parameters - #6 by Hammad_M

1 Like