PiCamera V2, intrinsic matrix after calibration to compare
Hi All,
I just followed the tutorial about camera calibration from OpenCV and got the camera intrinsic matrix like following: [2581.33211, 0, 320 0, 2576, 240 0, 0, 1]
It would be really appreciated if you can share your camera matrix, I just want to compare the result.
Btw, the camera resolution should be 3280*2464, but I am not sure why my Cx and Cy is only 320 and 240.
Thanks