> For the complete documentation index, see [llms.txt](https://assimilate.gitbook.io/live-fx-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://assimilate.gitbook.io/live-fx-documentation/camera-tracking/camera-trackers/iphone-apps.md).

# iPhone Apps

You can use an iPhone for basic camera tracking, but should only be used for R\&D purposes. All of the apps we have used so far are not good enough for Professional work.&#x20;

## Zig Sim Pro

Zig Sim Pro is an iPhone app that we can use for Camera Tracking in Live FX. It allows for x, y, z, pan, tilt and roll tracking.

{% embed url="<https://youtu.be/LQPW4ii_S9A>" %}

1. [Buy and Download Zig Sim Pro from the app store.](https://apps.apple.com/us/app/zig-sim-pro/id1481556614)

2. In the app, Enable the ARKit by tapping just to the left of the name, you should see a checkbox. Make sure nothing else is checked.<br>

   <figure><img src="/files/pUHECcrL9FNSQ3Ym1uln" alt="" width="375"><figcaption></figcaption></figure>

   \
   The default ARKit settings should be fine, but if you click on the arrow, you can make sure they are set like this. Tracking Type Device and Feature Points On.

   <figure><img src="/files/LvGr6PzPSwvLdl7N7b3y" alt="" width="375"><figcaption></figcaption></figure>

3. Use the Settings mene and the Live Links menu and make sure you set your Port number the same, your device UUID the same, your IP address should match what is in Live FX, and change the Message Rate to 60.<br>

   <figure><img src="/files/eHo8O9MbNKudcOlljwv3" alt=""><figcaption></figcaption></figure>

4. Press Apply in the Live Links menu.&#x20;

5. Follow the [Camera Calibration and Nodal Offset instructions](/live-fx-documentation/camera-tracking/camera-and-lens-calibration.md)

## GyrOSC

You can find this app on the app store, and more information about it here. It's currently $.99

{% embed url="<https://www.bitshapesoftware.com/instruments/gyrosc/>" %}

Here is the Video Tutorial:

{% embed url="<https://youtube.com/live/lzEZnJ3IH60>" %}

1. Buy and [Download the app from the app store](https://apps.apple.com/us/app/gyrosc/id418751595)
2. Connect your phone and your computer to the same wifi signal
3. In Live FX, go to the Live FX Menu, Live Links, turn on OSC App Sensor Tracker\ <br>

   <figure><img src="/files/C1SEECxvksLrTlLRuPaf" alt=""><figcaption></figcaption></figure>
4. In the GyrOSC app, enter the IP address that you see in Live FX (purple). \
   Enter the Port number you wish to use in both programs (Green)\
   Create a "tag" and make sure it's spelled the same in both (Red)

   <figure><img src="/files/SDe3c50ebk9fLFQHrVv3" alt=""><figcaption></figcaption></figure>
5. On the Second tab, turn off all except Gyroscope, Accelerometer, Run in the Background, and try Frequency set to 60. \
   ![](/files/6gFQpHpBhWQHhiQKgWCu)<br>
6. Make sure to press Apply to see the results.&#x20;

{% hint style="warning" %}
You will still need to do the [camera calibration and Nodal offset](/live-fx-documentation/camera-tracking/camera-and-lens-calibration.md) to get the best results.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://assimilate.gitbook.io/live-fx-documentation/camera-tracking/camera-trackers/iphone-apps.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
