---
title: Detecting Hand Poses with Vision
framework: vision
role: sampleCode
role_heading: Sample Code
path: vision/detecting-hand-poses-with-vision
---

# Detecting Hand Poses with Vision

Create a virtual drawing app by using Vision’s capability to detect hand poses.

## Overview

Overview note: This sample code project is associated with WWDC20 session 10653: Detect Body and Hand Pose with Vision.

## See Also

### Body and hand pose detection

- [Detecting Human Body Poses in Images](vision/detecting-human-body-poses-in-images.md)
- [VNDetectHumanBodyPoseRequest](vision/vndetecthumanbodyposerequest.md)
- [VNDetectHumanHandPoseRequest](vision/vndetecthumanhandposerequest.md)
- [VNRecognizedPointsObservation](vision/vnrecognizedpointsobservation.md)
- [VNHumanBodyPoseObservation](vision/vnhumanbodyposeobservation.md)
- [VNHumanHandPoseObservation](vision/vnhumanhandposeobservation.md)
- [VNPoint](vision/vnpoint.md)
- [VNDetectedPoint](vision/vndetectedpoint.md)
- [VNRecognizedPoint](vision/vnrecognizedpoint.md)
- [VNRecognizedPointKey](vision/vnrecognizedpointkey.md)
- [VNRecognizedPointGroupKey](vision/vnrecognizedpointgroupkey.md)
