"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

Track Target position and distance in ImageTarget

Hi, 

I use Vuforia ImageTarget Sample 3.0.9 on iOS, We replaced OpenGL 3d object, by displaying image 2d related to terget's content. But image doesn't make tracking with target like opengl 3d object.

I need to make this tracking with image too, I read this articles:

https://developer.vuforia.com/resources/dev-guide/positioning-3d-content

https://developer.vuforia.com/resources/dev-guide/pose-matrix-explained

https://developer.vuforia.com/resources/dev-guide/distance-target

But still couldn't make image track the target. That for Position/Scale/Distance ... etc.

How can we do that ? Is there any way to do that ?

 

Than you,

Khaled

Khaled1989

Sun, 12/21/2014 - 07:53

Thank you, it works,

I see Black rectangle with size = target size in true position and distance from target.

But, my image (not openGL draw, normal image added to screen when ddetect this target) has no changes.

Khaled1989

Mon, 12/22/2014 - 13:57

Thank you for reply.

I actually searched in Vuforia code about get image texture, I found something like that but in Cloud of Vuforia 2.9.

But I work now on Vuforia 3.0.9, and ImageTarget sample works on drawing 3d object by openGL,