Colorized depth map visualization

Hi,

I have a quick question about depth measure visualization. I was wondering if Python API provides measure depth only for sl.MAT_TYPE.F32_C1. Is there way to display colorized depth map in Python? Should I use C++ for this?

Hi @jlee
yes, you can use retrieve_image with VIEW.DEPTH instead of retrieve_depth as described in the documentation:
https://www.stereolabs.com/docs/api/python/classpyzed_1_1sl_1_1VIEW.html