> 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/how-to-manually-adjust-camera-tracking-speed-and-delay.md).

# How to manually adjust camera tracking speed and delay

Sometimes, for one reason or the other, you need to be able to adjust the camera tracking speed or delay.&#x20;

There are two main areas to make adjustments.&#x20;

## Live Links

The Live Links menu. Go to Live FX Menu, then Live Links and pull up the camera tracker you want to adjust, in this example, Ncam.

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

Here you adjust a few things mostly related to delaying or smoothing the tracking data coming into your machine.&#x20;

## Animate

For more advanced adjustments, you can navigate to the **Animate** button above the Live FX menu and select the **Live Links** tab.

<figure><img src="/files/WruEOyADVJgrrIydp0Jp" alt=""><figcaption><p>The Animate Button, with the Live Links tab selected gives you more options to edit your camera tracking.</p></figcaption></figure>

Then select the parameters you want to adjust and make your adjustments.&#x20;

Let's look at a few examples.&#x20;

### Slow down the pan

If you pan your camera and the background moves too fast, you can slow down the pan by changing the factor of the pan.&#x20;

1. Select the **Pan** parameter.
2. Change from **Absolute to Factor**.
3. &#x20;Set the **factor** to something less than 1.&#x20;

In this example, I've set my pan to be a factor of .5, or half pan speed.

Now pan your camera. If it's too slow, go up to .75 and try again.&#x20;

Keep repeating this process until your pan speed looks correct.

<figure><img src="/files/5d4AeIFMtcRV1UGWbgSw" alt=""><figcaption></figcaption></figure>

### Invert Tilt

In this example, let's say when you tilt up, the virtual camera tilts down. Here's how you could manually change this.&#x20;

1. Select the Tilt parameter.
2. Change Absolute to Invert.

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


---

# 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/how-to-manually-adjust-camera-tracking-speed-and-delay.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.
