<!--
{
  "availability" : [
    "Xcode: 15.0.0 -",
    "iOS: 17.0.0 -"
  ],
  "documentType" : "article",
  "framework" : "Vision",
  "identifier" : "/documentation/Vision/detecting-animal-body-poses-with-vision",
  "metadataVersion" : "0.1.0",
  "role" : "sampleCode",
  "title" : "Detecting animal body poses with Vision"
}
-->

# Detecting animal body poses with Vision

Draw the skeleton of an animal by using Vision’s capability to detect animal body poses.

## Overview

> Note: This sample code project is associated with WWDC23 session 10045: [Detect animal poses in Vision](https://developer.apple.com/wwdc23/10045).

### Configure the sample code project

This sample app doesn’t run in Simulator, so you need to run it on a physical device with iOS 17 or later, or iPadOS 17 or later. To run the app, start a live video feed from the back camera.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)