Extracting depth map data

Hey all

i ran the image capture example and everything worked perfectly however, i couldn’t find the images that were captured saved anywhere.

further more i would like to record the depth sensing data and save it onto a matrix or txt file

thanks in advance

Hi @SaifK2049
the example that you linked only retrieves the data, it does not save them.
You must add a few lines of code calling the write method of the sl::Mat object to save the data.

To retrieve depth information you must follow other tutorials: zed-sdk/tutorials/tutorial 3 - depth sensing at master · stereolabs/zed-sdk · GitHub

Here you can find the detailed documentation of each ZED SDK module, object and function.