# SICK LightTrack Setup

## Add camera receivers

1. Open **Devices**
2. Add **SICK Visionary Camera Receiver** for each camera
3. Rename each receiver
4. Click **Receive**

#### Depth filtering

Navigate down to **Device Settings** and start reducing **Max depth** until the floor is completely black *(the number should be similar to the measured vertical height)*. Once okay, start increasing **Min depth** value, to fine-tune the tracking area.

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

{% hint style="info" %}
With Min and Max depth values, we set the range of the tracking. Tracked objects have to be as close to white color on the stream as possible. Unwanted objects have to be as close to the black.
{% endhint %}

## Add LightTrack sensors

1. Drag **LightTrack Sensor** into viewport
2. Add one sensor per camera
3. Rename sensors

#### Sensor positioning

Set Position values as measured in physical space *(Y = height and X = horizontal distance between each camera)*.

Example:\
Camera 1: X = 0, Y = measured height, Z = 0\
Camera 2: X = measured distance, Y = measured height, Z = 0\
Camera 3: X = measured distance, Y = measured height, Z = 0

#### Assign sources

For each LightTrack sensor:\
Properties → Source → select corresponding SICK Visionary Camera Receiver

#### Set camera FOV

Set [camera FOV](https://www.sick.com/be/en/catalog/products/machine-vision-and-identification/machine-vision/visionary-t-mini/v3s145-1aaaaaa/p/p673906?tab=detail) for all sensors:\
HFOV = 70°

## Add LightTrack system

1. Add **LightTrack System** to viewport
2. Open Properties
3. Add all sensors under **Sources**
4. Under **Tracking** select **LightTrack**
5. Click **Start**

#### Threshold setup

Select receiver node.

1. Hold CTRL
2. Click darkest area you want to track
3. Use value as Threshold

{% hint style="info" %}
Place test objects in the tracking area while tuning the settings.
{% endhint %}

#### Blob tracking settings

Navigate to **Input** and adjust Min diameter, Max diameter and Min distance. Objects closer than minimum distance are merged.

#### Overlap alignment

Place object in overlap area, adjust **Inward offset** and align blobs across cameras.


---

# 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/lighttrack/lighttrack/sick-lighttrack-setup.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.
