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

Releases: faaip/HandPose-OSC

HandPose-OSC 1.2

11 Jun 10:47
Compare
Choose a tag to compare

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]

HandPose-OSC 1.1

27 May 13:36
Compare
Choose a tag to compare

NOTE: If you are running on Windows, you have to run the application as admin.

Now implemented more sensibly formatted OSC outputs.

Demo

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]

HandPose-OSC 1.0

26 May 12:08
Compare
Choose a tag to compare

First Electron build. Currently only for OSX.