# Setting up Facial Capture

![](/files/Sn7jGjXVwlis4aDBPsQf)

You will need to install the [Unity Face Capture app](https://apps.apple.com/us/app/unity-face-capture/id1544159771) on your phone to do so.

{% hint style="info" %}
It is only available on iPhone or iPad with:\
• iOS 14.6 or higher\
• ARKit face tracking capabilities ([device supporting Face ID](https://support.apple.com/en-us/HT209183) **or** [device with an A12 Bionic chip](https://en.wikipedia.org/wiki/Apple_A12))
{% endhint %}

### **Network requirements**

* Your mobile devices and your Unity Editor workstation must have access to the **same network**.
* You must **disable** any active **VPNs**.
* On Windows 10, you must set your **Wi-Fi** network to **Private**.
* Your **firewall** must allow your Unity Editor program to get **inbound connections** from external apps of your local network.

Start the Face Capture app when FirstStage is already running and it should offer to connect to your computer. Press the **Connect** button to do so.

<div><figure><img src="/files/7ABzXFHZuUYGDj5W9OKM" alt=""><figcaption></figcaption></figure> <figure><img src="/files/UWY2z7qXjKAah3UIxcaY" alt=""><figcaption></figcaption></figure></div>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.moviestorm.co.uk/firststage/animation/performance-capture/face-capture/setting-up-facial-capture.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
