Home › Forums › Legacy SDKs › Saving Calibration and Setting Calibration
Tagged: calibration, functions, gaze sdk, User Profile
- This topic has 3 replies, 2 voices, and was last updated 8 years, 5 months ago by Johan Beck-Norén.
- AuthorPosts
- 30/03/2016 at 12:06 #4924StephenParticipant
The MinimalCalibration.cpp in the Gaze SDK is to set the calibration right?
How do you save the calibration, and with what functions?
31/03/2016 at 14:48 #4934StephenParticipantAlso, do you create a new profile to save each calibration with the gaze SDK, or you can save and use the calibration without a new profile?
the common.h header file returns an error when the program is built,
any thoughts?
31/03/2016 at 16:18 #4935StephenParticipantIs it possible to Build the MinimalCalibration and MinimalTracker file without having a gaze enabled-application?
Since the files return error when compiled using another IDE or BUILD does not even appear when using VS 2012
18/04/2016 at 14:21 #5053Johan Beck-NorénParticipantHello Stephen,
Yes it should be possible to build just the samples that are included in the SDK. How are you building these today?
The gaze sdk does not have any handling of profiles per se. The calibration data on the device is reset when the device loses power (e.g. when unplugged). The gaze sdk provides functions for collecting calibration data, as well as saving and loading calibrations. For further information please refer to the developers guide.
Depending on what platform you are using, and if you need profile handling, I would recommend using the EyeX SDK since this has support for profiles including display setup and calibrations.
Regards,
Johan - AuthorPosts
- You must be logged in to reply to this topic.