How to get the XYZ values in the depth map

We need to obtain the coordinate values of pixels in the depth map, such as Z, and perform filtering operations based on this parameter. How to call the API to return this value or coordinate values?

We use python and DEEP for development.

Hello, are you referring to obtaining depth information Z values under a depth map?
You can refer to the example script convert_depth_map_to_point_cloud.py: https://docs.mech-mind.net/en/eye-3d-camera/latest/api/python-windows.html

That is exactly what I need, thanks!