# Camera and object tracking

<div align="left"><figure><img src="/files/NYT4vTCRmPNs2aTQh03v" alt=""><figcaption></figcaption></figure></div>

LightAct supports a wide range of 3rd party tracking solution. For the latest list, it's best to go to *Devices* window and check out the **Trackers** category in the right click menu.

{% hint style="info" %}
**Good to know**: when we say 'camera tracking' we refer to whether a particular protocol is able to transmit lens data such as FOV and lens distortion data on top of regular position and rotation data. 'Object tracking' usually refers to tracking data that does not include camera-specific data.
{% endhint %}

{% hint style="info" %}
**Good to know:** Setting up any kind of tracking is done first in *Devices* window, where you receive the data. Then, if you want to track a moving object, you can go to [CalTrack ](/integrations/camera-and-object-tracking/caltrack.md)or use [node-based tracking workflows](/integrations/camera-and-object-tracking/node-based-tracking-workflows.md) further processing.
{% endhint %}

## Receive Tracking Data

<div align="left"><figure><img src="/files/K3z7tDqBKF4OTxB5RvIv" alt=""><figcaption></figcaption></figure></div>

In order to receive camera/object data via one of these protocols, first we need to create a **Receiver device**. Right-click on a *Device* window and choose the specific *Receiver device*.

## Visualize Tracking Data

LightAct has a feature called Tracking Visualizer which allows you to visualize tracking data.

{% content-ref url="/pages/4NRpMyAGhu39YU7XsN5W" %}
[Tracking Visualizer](/integrations/camera-and-object-tracking/tracking-visualizer.md)
{% endcontent-ref %}

## CalTrack

When it comes to tracking technologies, CalTrack enables imported 3D models to mimic the movements of their real-world counterparts.

Read more about it in the link below:

{% content-ref url="/pages/lgiE8BfrQ0ruJZZzK0vh" %}
[CalTrack](/integrations/camera-and-object-tracking/caltrack.md)
{% endcontent-ref %}

## Node-based workflows

LightAct also allows you to get the tracking data into Layer Layouts in which case you are able to perform various triggers based on this data or process it in some way.

{% content-ref url="/pages/cQhoV88PQCANWbSt8Knr" %}
[Node-based Tracking Workflows](/integrations/camera-and-object-tracking/node-based-tracking-workflows.md)
{% endcontent-ref %}


---

# 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.lightact.com/integrations/camera-and-object-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.
