I am using the ROS camera calibrator to calibrate a Monocular Camera and Since it is a monocular camera, I was expecting the projection matrix to be same as the camera matrix (as explained here: https://docs.ros.org/melodic/api/sensor_msgs/html/msg/CameraInfo.html) but it is not so. Can anyone explain me why? I am not sure what I am missing here.