Camera intrinsics if rectified or not
In camera info files, 2 camera matrices are defined:
- camera_matrix: 3 by 3, camera matrix for non rectified images
- projection_matrix: 3 by 4, camera matrix for rectified images
An if statement should be added when constructing the sensor that defines if the provided imags are rectified or not.