Page 1 of 1

V120Duo: set the Ground Plane with SDK?

Posted: Mon Sep 10, 2012 12:59 am
by stefano.mottura
Dear all,
I have an application where it would be nice if the Ground Plane were set every time the application is started up.
Do you know if there is a way to set the Ground Plane, at runtime, from a custom application that uses the TrackingTools SDK? I have searched for it but without results.


Thank you
Stefano

Re: V120Duo: set the Ground Plane with SDK?

Posted: Mon Sep 10, 2012 4:34 pm
by NaturalPoint - Mike
Hello -

The ground plane location is stored in the calibration file. You could use the GUI to calibrate and set the ground plane, then save the calibration to a file. Once the file is saved, you can access it via TT_LoadCalibration(); after initialization.

Re: V120Duo: set the Ground Plane with SDK?

Posted: Thu Sep 13, 2012 5:31 am
by stefano.mottura
Ok,
thank you.
Stefano