# iPhone トラッキングアプリと連携する

iPhoneのTrueDepthカメラ(FaceID)を使った高精度なフェイストラッキングを行うアプリとの連携ができます。

現在は下記のアプリに対応しています。

* [VCamMocap](https://tattn.fanbox.cc/posts/5134895)
* [iFacialMocap](https://www.ifacialmocap.com/home/japanese/)

## VCamMocapとの連携方法

下記ページをご覧ください。

<https://tattn.fanbox.cc/posts/5134895>

## iFacialMocapとの連携方法

1. iFacalMocapアプリを開いてiPhoneのIPアドレスを確認します。

<img src="https://github.com/vcamapp/docs/assets/8188636/7d8dd8cd-cb77-41e9-973f-bc95a6d5d9fb" alt="iFacialMocap" width="188">

2. VCamの「連携」メニューを開いて、IPアドレスを入力し、「接続」ボタンを押すと連携されます。\
   ![image](https://github.com/vcamapp/docs/assets/8188636/67a60b8b-42e2-4e7c-b6a9-1f7ceb1519e4)
3. 「トラッキング」メニューで顔のトラッキングを「iFacialMocap」に変更するとトラッキング結果がVCamに反映されます。\
   ![image](https://github.com/vcamapp/docs/assets/8188636/b844ec96-5111-4670-a1d1-3f8e8cd95988)


---

# 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.vcamapp.com/integration/iostrackingapp.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.
