Search found 2 matches
- Fri Jan 21, 2011 8:48 am
- Forum: Camera SDK
- Topic: 6dof with camera sdk
- Replies: 5
- Views: 6003
Re: 6dof with camera sdk
<t>I made some progress on this problem.<br/> <br/> It appears that the routine in support.cpp to pump windows messages was not updating all of the fields on my MFC application. Orientation appears to be working correctly. GetPosition however does not return valid data. the values are always greater...
- Thu Jan 20, 2011 2:45 pm
- Forum: Camera SDK
- Topic: 6dof with camera sdk
- Replies: 5
- Views: 6003
Re: 6dof with camera sdk
<t>I used the vector tracking sample as my base but it seems to be tailored to drawing the polygon represented by the detected points. I am looking for the X, Y, Z and heading Pitch and roll.<br/> <br/> I modified the sample to call GetPosition and GetOrientation. I see rapid changes in the X value ...