Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

HandPose-OSC 1.2

Latest
Compare
Choose a tag to compare
@faaip faaip released this 11 Jun 10:47

Changelog for v1.2:

  • Can now set host for OSC out
  • More info on loading screen
  • Automatically runs as admin on Windows
  • Throws error when no webcam is detected

Description:

By default the program outputs OSC to localhost, port 8008. This can be changed in the GUI. You can choose what to send as OSC from the GUI. By default the program sends:

  • Confidence:
    • Hand in view confidence /handInViewConfidence [0..1]
  • Bounding box
    • top left: /topLeft [x, y, z]
    • bottom right: /bottomRight [x, y, z]
  • Landmarks:
    • landmarks /landmarks (21 * [x, y, z])
  • Annotations:
    • thumb /annotations/thumb (4 * [x, y, z])
    • index finger /annotations/indexFinger (4 * [x, y, z])
    • middle finger /annotations/middleFinger (4 * [x, y, z])
    • ring finger /annotations/ringFinger (4 * [x, y, z])
    • pinky /annotations/pinky (4 * [x, y, z])
    • palm base /annotations/palmBase [x, y, z]