This repository has been archived by the owner on Sep 21, 2023. It is now read-only.
Releases: faaip/HandPose-OSC
Releases · faaip/HandPose-OSC
HandPose-OSC 1.2
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
NOTE: If you are running on Windows, you have to run the application as admin.
Now implemented more sensibly formatted OSC outputs.
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
First Electron build. Currently only for OSX.