| | | Forum Newbie
       
Group: Forum Members Last Login: 1/27/2012 4:01:21 PM Posts: 1, Visits: 3 |
| Hello,
I've been trying to make sense out of the X-Y-Z data that the 6TC offers, to no avail. I am able to convert the yaw, pitch and roll into degrees following the documentation to SDK, but there is nothing in there that touches on the xtrn, ytrn, and ztrn data. I was wondering if anyone has been able to convert it into real world values, or if there have been any releases that support the full potential of the 6TC.
On another note, I am having trouble editing the HelloTracker3 project in Visual Studio 2010. It says that it was created with an older version of visual studio and then it converts it. Once that happens, if i try to edit the code in anyway I get an error and weird code errors for anything I type. For example, for:
float degrees_yaw;
degrees_yaw = yaw;
It underlines the "t" in float in red and says that "t" is an unknown identifier. Its like visual studio isn't reading the code correct for some reason.
I'm trying to edit the HelloTracker in order to save the coordinates into a spreadsheet file every ~20ms in order to compare to the head tracking capabilities of the Kinect. I haven't written in C++ in awhile and that file I/O is a whole other problem.
Any insight into any of my problems would be appreciated.
|
| | | | 
Vuzix Software Engineer
       
Group: Administrators Last Login: Today @ 2:05:18 PM Posts: 18, Visits: 104 |
| Position data is still in a developmental stage and is not accurate enough to track more precisely than general motion. For instance, you might be able to read when a user moves their head quickly to the left, but you wouldn't be able to tell precisely where their head now is.
The examples provided in the SDK are only built in VS2008. We are currently updating these workspaces to build in VS2010, which should hopefully alleviate the build issues you are seeing. |
| |
|
|