Using rosbag to record compressedDepth images is failing to decompress on python, the resulting image ends up binary, losing all depth information.
depth_np_arr = np.frombuffer(msg.data, np.uint16)
cv_image_depth = cv.imdecode(depth_np_arr, cv.IMREAD_UNCHANGED)