matanschwartz i run the oak-d LITE with python, on the cmd it is outputting the pixels that he sees, i need the oak outputting the distansce of any pixel, someone know how to help me?
jakaskerl Hi matanschwartz Which example are you running. Typically the program will output the depth map (an array of Z values for each pixel inside the stereo image). If you wish to know the 3d position for each pixel (Z is given, x and y are computed from camera specs) you can use https://docs.luxonis.com/projects/api/en/latest/samples/SpatialDetection/spatial_location_calculator/ example. Thanks, Jaka