Invalid calibration parameters

When using params = zed.get_camera_information().camera_configuration.calibration_parameters, all the values in the params object are 0 (params.left_cam.cx, .cy, etc). Is there another function I can call to get these parameters?

I see that the calibration values in /usr/local/zed/settings/*.conf are filled in and non zero

Hi @mrunaljsarvaiya
please add the full code (Ctrl+E to use preformatted text) to understand what the problem with it.