Adjuvo / SenseGlove-API

Sense Glove API for native C++ development
https://senseglove.gitlab.io/SenseGloveDocs/native/core-api-intro.html
MIT License
15 stars 11 forks source link

Hand calibration #1

Closed missxa closed 4 years ago

missxa commented 4 years ago

Are you planning to add functions for calibration, similar to Unity API here?

MaxLammers commented 4 years ago

We are indeed planning to add calibration functionality: A technical implementation in the SGCore API, and a guided implementation of said functions integrated into SenseCom.

We are currently improving our tracking algorithms, and will integrate proper calibration in both the Unity /C# and C++ API once this is finished. Expected to take about one month

diarodriguezva commented 4 years ago

We are also interested in the calibration functions, any update @MaxLammers ?

MaxLammers commented 4 years ago

Update for those interested: We have a working new solver, and are currently implementing a guided hand calibration into SenseCom. At the moment, data will be stored on disk ("my documents/SenseGlove/Calibration/"). Will work on adding User Profiles after this update.