stereolabs / zed-python-api

Python API for the ZED SDK
https://www.stereolabs.com/docs/app-development/python/install/
MIT License
213 stars 94 forks source link

depth_map.get_value(x, y) X and Y reversed #173

Closed ghost closed 2 years ago

ghost commented 3 years ago

Getting an example from the page https://www.stereolabs.com/docs/depth-sensing/using-depth/#getting-depth-data "The depth matrix stores 32-bit floating-point values which represent depth (Z) for each (X,Y) pixel. To access these values, use getValue()."

A declared position (X,Y) is reversed in reality and it is a (Y, X).

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment otherwise it will be automatically closed in 5 days