Get disparity value from specifi pixel

it works like with any other numpy array:

value = disparity[y,x]
1 Like