rviz Camera display incorporating CameraInfo operational parameters?
Does rviz support incorporating the operational parameters described in the camera_info message (sensor_msgs/CameraInfo) when overlaying the data from elsewhere (robot model, tf, markers) while displaying a camera feed?
The source (rviz camera display) shows creating a projection based on the camera height and width fields, as well as the projection camera matrix P - the calibration parameters. These are typically described by full camera frame calibration data rep 104. Is rviz not following the CameraInfo rep? Should it create the projection matrix based on the roi and binning parameters?