For us 5.2.2 was crashing prior to the capture starting and anything being shown. 5.2.3 is okay.
Maybe you could check with gdb where the segfault happens and if it is still in one of the SDKs shared libraries or somewhere else.
gdb ./zed_opencv_calibration
run <your parameters>
# wait for segfault
bt