Page 1 of 1

INPVector2 problem

Posted: Thu Sep 21, 2006 1:37 am
by niallm
Hi,
I'm developing a program to use multiple cameras to track a single vector clip (multiscreen VR environment). In order to compute the centroid of the clip I need to access the point information provided by the INPPoint and its wrapper. Your sample app does not use this, and I'm a new to the world of C++ .
The SDK document is unclear how to acess the point data.
What exactly is returned by get_Tracking.
If I use the INPVector2->get_Tracking property prior to INPPpoint->get_{X|Y|Z} the program crashes.

Need some guidance.
Thanks

Re: INPVector2 problem

Posted: Mon Sep 25, 2006 1:31 am
by niallm
Solved the problem. INPVector2 belongs to INPVector. Might want to revise your docs to reflect the relationship. It doesn't show up in the class diagram at beginning of documentation (page 1-6)

NM

Re: INPVector2 problem

Posted: Tue Oct 10, 2006 5:38 pm
by Birch
Solved the problem. INPVector2 belongs to INPVector. Might want to revise your docs to reflect the relationship. It doesn't show up in the class diagram at beginning of documentation (page 1-6)

NM
Thank you for sharing your feedback, we will update the documentation to be more specific. We apologize for the inconvenience caused by this.