"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Can I get the 2D coordinates of the detected mage target?

Hi,

I wanted to know, if it is possible to get something like 4 corners of ther bounding box of the found image target in the video stream. So for example, if I want to track the following image

Image removed.

Can I get the 2d corner points of this image (red dots), when it it was found in the video stream?

Image removed.

Sure, I'd put an empty game object at each corner of the target and have them all as children.  Then use code something like this:

Attachment