"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

Find Trackable (x,y) Position on Screen ?

Hi, is there an way to get a Trackables position on the device screen as an (x,y)-touple ?

ok, maybe I should eloborate a bit... when a frame is rendered and a trackable is detected I can its position using: trackable->getPose()); which gets me an undocumented '3x4 QCAR pose matrix'. and can transform it to an (also undocumented)' QCAR::Matrix44F': QCAR::Matrix44F modelViewMatrix =

sure, the code I posted above works just fine. xyPoint.data contains the coordinates. I think if you modify QCAR::Vec3F(0,0,0) you could somehow get the target's corners I could post some more code that tranfers the data to java if you want.