5 Commits

Author SHA1 Message Date
53827ca2e9 remove random DLL 2023-11-17 15:34:27 -07:00
0f9b95334a 3D motion support, change default behaviour
Major Release:
- made the correct flip options the default (to revert: uncomment in Landmark.cs, and uncomment cv2.flip)
- switch between the traditional anchored landmarks versus the full 3D movement using the appropriate Boolean in the unity inspector
2023-11-17 15:32:16 -07:00
3548b6c0a8 Fixed bug
Technically since we flipped using cv2.flip, we need to re flip in unity (otherwise get incorrect results if query landmarks in unity).
LEGACY BEHAVIOR: comment #define FLIP
CORRECT BEHAVIOR: leave everything as is
NO FLIP: comment cv2.flip() in python, comment FLIP here.
2023-10-02 08:09:52 -06:00
e4fc681ff4 fixed float parse bug
made float parsing cultural invariant (caused some problems in non english languages)
2023-09-02 21:42:06 -06:00
96bc4d9865 project 2023-06-03 20:23:10 -06:00