# Tracking Settings

Click on the <img src="https://github.com/vcamapp/docs/assets/8188636/42ec4f70-214a-47aa-a08c-25dc3148cbd5" alt="" data-size="line"> icon or press ⌘+, to open the settings menu.

The "Tracking" tab contains the primary tracking settings.

<figure><img src="https://github.com/vcamapp/docs/assets/8188636/91661438-5665-4e7e-b583-b20ffc498373" alt=""><figcaption></figcaption></figure>

## Changing Tracking Method

<figure><img src="https://github.com/vcamapp/docs/assets/8188636/6c81b563-f2a4-4f7c-b87c-9a181ea0c7e4" alt="" width="375"><figcaption></figcaption></figure>

Each body part's tracking method is initially set to "Default". This refers to tracking using the Mac's built-in camera.

You can also integrate with external apps for tracking or turn the tracking OFF.

## Changing the Device in Use

<figure><img src="https://github.com/vcamapp/docs/assets/8188636/f3d6bace-cc75-4d90-9249-f04c201c3906" alt="" width="375"><figcaption></figcaption></figure>

If you want to use an external webcam or microphone, you can change it here.

You can also switch the lip-sync method from the camera to the microphone.

For cameras, you can also estimate vowel sounds and reflect them in the mouth shape.

## Eye Tracking

Utilize the camera to allow eye movement up, down, left, and right.

## Improve Tracking Quality

### Position Relative to the Camera

Ensure your face is centered in the webcam's view. The recommended distance ratio between your face and the camera is illustrated in the image below. You can check your camera's view using applications like QuickTimer Player.

![](https://user-images.githubusercontent.com/8188636/173237323-3f70184c-4efb-438d-8234-aa7fc9210e5d.png)

### Changing Camera FPS

Increasing the Camera FPS will make the avatar's movement smoother. Raising this value will increase the computational load due to AI, so adjust it according to your machine's specifications.

The maximum setting is recommended.


---

# 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/en/tracking/tracking.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.
