camera calibration and ROI
Hi there,
i've just a litte question regarding calibration of a camera and ROI. If i have calibration values for a camera and change the roi? Does this affect the calibration values in anyway and do i have to do the calibration again?
I thought that i don't have to recalibrate the camera if i just change the ROI since it can be calculated based on the calibration values of the full resolution image.
The reason why i'm asking is the camera_info_manager. I've implemented it and it works quite good.
However if change the ROI it does not affect the camera_info message in terms of ROI. I can either add the ROI to my camera_name and force the user to recalibrate the camera every time a different ROI is set or i modify my camera_info message from manager regarding ROI values.
what's the best solution?
cheers Mimax