'Camera calibration, how much do intrinsic parameters vary between image sensors

I'm calibrating a camera/lens using OpenCV's CalibrateCamera. Generally I will recalibrate whenever the lens is touched or removed, or when the focus is adjusted, or with large temperature swings, all of these can affect the intrinsic calibration parameters (ignoring the extrinsic parameters for now which should only change when the camera body is physically moved).

Would you expect intrinsic calibration parameters to change if using the actual same lens with different image sensors? (Assuming the image sensors are the same model). I know focal length could change as the lens is screwed into the mount of a different image sensor, but what if a kinematic mount of some sort were being used, to ensure consistent mounting? Is there any reason intrinsic parameters would differ between similar image sensors when using the same physical lens? I'm going to run some experiments but wondering what the consensus is.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source