pysdic.Camera.update#

Camera.update()[source]#

Called when the camera parameters have changed.

This method should be called whenever the camera parameters are updated to ensure that the camera’s internal state is consistent with the new parameters. This method updates all the camera by calling the respective update methods : extrinsic_update(), distortion_update(), intrinsic_update(), and size_update().