Skip to content

Instantly share code, notes, and snippets.

@alkozin
Last active July 6, 2022 05:08
Show Gist options
  • Save alkozin/720f5a48a27e5dd84ba99ab70c572cab to your computer and use it in GitHub Desktop.
Save alkozin/720f5a48a27e5dd84ba99ab70c572cab to your computer and use it in GitHub Desktop.
//Recognize 4 hands on input
let pipe = |{ (hands: [VNHumanHandPoseObservation]) in
}
let request: VNDetectHumanHandPoseRequest = pipe.get()
request.maximumHandCount = 4
let preview: AVCaptureVideoPreviewLayer? = pipe.get()
view.layer.addSublayer(preview!)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment