Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - striderxz

#1
Support / Re: jPCT + Vuforia SDK
March 08, 2012, 04:04:44 AM
It worked! Thanks.

Maybe it should be stickied, it works really well.
#2
Support / jPCT + Vuforia SDK
March 07, 2012, 06:16:52 AM
Hi,

I wanted to know if someone here has worked with both jPCT and the Vuforia AR sdk. What I'm trying to do
is an AR application with fiducial markers, using Vuforia to track the markers and jPCT to render objects on top of those markers.

So far Ive been able to retrieve information (particularly the pose matrix)
of the tracked fiducial markers, but I still havent been able to figure out what information I need to pass to
jPCT to set up the application correctly, so that the objects are displayed on top of the markers. At the moment
Im using the trackable pose matrix to set up the rotation matrix of the object, but Im not sure how to, for example, set
the camera and other parameters correctly.

If anyone has had previous experience combining these APIs and could give me a few pointers
to just display a simple model on top of the marker, I'd really appreciate it.
Thanks in advance.