MacOS: Integrate OSCKit in to Apple HandPose example code

Job ID: 31045844

Budget: $250 – $750 AUD

Hello, thanks for taking a look.

Project Overview: take an Apple sample code project that tracks hands, and send that data out to another app on my Mac using the OSC standard.

The Handpose sample code produces a MacOS app that tracks hand activity from a FaceTime camera:
https://developer.apple.com/documentation/vision/detecting_hand_poses_with_vision

OSCKit is a simple library for outputting OSC (cross-app) data.A sample app is included in the project.
https://github.com/orchetect/OSCKit

Requirements:
In terms of data
- one OSC Message with a 2D point value, for the indexFingerTip
- one OSC Message with 2D point value for thumbTip
- one OSC Message that uses the existing sample app's logic to determine if finger and thumb are touching.
Let's call this OSC message fingerThumbContact with a boolean

Additional specs
- The app need only work on macOS Big Sur 11.5.1 and up.
- This app must work on Apple Silicon (M1)
- The app must have the drawing view removed - but continue to show the coloured dots showing tracked fingertips

Deliverable is an Xcode project/folder that I can open and compile
Related categories: Mac OS Swift