How can I measure 3D coordinates of a target, using OAK-D?
Suppose I have 2 objects and one object is moving, so how will I find its position w.r.t to another object?
3D coordinates
Hi rishabhverma ,
You can use Spatial detection network node (example here) which does 3d object localization by fusing object detection + depth map to determine 3d position of the object. Thoughts?
Hey erik, I just wanted to know if OAK-D can track a ball's (medium-size) location or sphere objects?
If yes, is there any implementation?
Hi rishabhverma
Yes, you could use AI object detection + object tracker (example here) to achieve that. You could also use custom CV implementation (docs here) to implement something like circle detection. We also plan to add generic CV function (like circle detection) to depthai, feature-request here, but there's no ETA yet. Thoughts?
Thanks, Erik