publish camera_info and undistort image
Hi, I'm using a node on en jetson nano running melodic, that publish Image topics. I will calibrate the camera with cameracalibration.py in order to get calibration yaml file. Then I will need to undistort (rectifie?) the image using data from yaml file. Is there a package, node, tool that read a yaml file, subscribe to image topic and publish camera_info and undistorted images?
Thank