In my previous 3D camera, based on intrinsic parameters like following.
x_mm = (px - intrinsics.ppx) * pz / intrinsics.fx
y_mm = (py - intrinsics.ppy) * pz / intrinsics.fy
Does depthai SDK have equivalent parameters?
I also think about calculate intrinsic parameters based on bb_x_pos, bb_ypos and HFOV.
If you have any concerns about this process, please share your insight.
Thank you!