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?

  • erik replied to this.

    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?

    • erik replied to this.

      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