I used realsense d435, i use some like that to get the depth scale value:
profile = pipeline.start()
depth_sensor = profile.get_device().first_depth_sensor()
depth_scale = depth_sensor. get_depth_scale()
print(depth_scale) # depth_scale: 0.0010000000474974513
But how can I get the depth scale from zed mini camera?, please help me