> For the complete documentation index, see [llms.txt](https://docs.dbnetsoft.com/dbnetsoft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dbnetsoft.com/dbnetsoft/photofinish.net/configuration/sync-optic3.md).

# Sync OptiC3

OptiC3 needs to be synced after initial boot.&#x20;

In case OptiC3 is not synced, you will receive several warning messages in the log view: <br>

<figure><img src="/files/zdkni5mq4jKyftHMsqSa" alt="" width="312"><figcaption></figcaption></figure>

OptiC3 can be synced by either of the following methods:&#x20;

* Sync to an external impulse (e.g. from a timing device is synced to GPS)
* Sync to a given TOD (manually enter a time of day and OptiC3 syncs onto that)
* Sync to computer clock

{% hint style="danger" %}
Only syncing to an external timing device, that is synced to your other devices (usually most of the time this is GPS), can be considered official syncing. All other options may be enough for your type of sport, but can never be as accurate as syncing to an external device.&#x20;
{% endhint %}

You can see the OptiC3's current time of day by either looking in the top left corner of the *Camera Live* view or at the bottom right corner of the main window.&#x20;

<div><figure><img src="/files/GtKwxwfKsO7ScrjpSdE0" alt="" width="99"><figcaption></figcaption></figure> <figure><img src="/files/p6bNqIuedhUCs4SAAZaB" alt="" width="80"><figcaption></figcaption></figure></div>

All syncing options can be set in the *Camera Settings* view -> *Timing* tab.

## Sync to computer clock

Click the button *Sync to computer clock* and the camera will sync to your computer's time. The text will go from "Opti is not synced" to "Opti is synced to computer" given the time of sync.

<div><figure><img src="/files/6bSpyzkdW6ZJg4SL1tc7" alt=""><figcaption><p>Before syncing to computer clock</p></figcaption></figure> <figure><img src="/files/v6gMfgBCICbIvG1IDaaI" alt=""><figcaption><p>After syncing to computer clock</p></figcaption></figure></div>

## Sync to manual TOD

Click the button Sync to given time of day, enter a time of day the camera should be synced to, and when hitting Enter or clicking OK the camera will be synced.

<div><figure><img src="/files/6bSpyzkdW6ZJg4SL1tc7" alt=""><figcaption><p>Before syncing to a time of day</p></figcaption></figure> <figure><img src="/files/c5H6NgpJwgJjgSyeZfPL" alt=""><figcaption><p>After syncing to a time of day</p></figcaption></figure></div>

## Sync to external impulse

In order to sync to an external impulse, the OptiC3 needs to be told to expect the next impulse at a certain time of day. The impulse then has to be sent to the OptiC3 via the green/black C0 inputs at that given time.&#x20;

The workflow for this is as follows:

1. Connect external timing device to C0 (green/black)
2. Read a time of day for the next impulse off the timing device (usually best is to wait until a full minute passed and then enter the time of day for the next full minute) and enter it after clicking the *Sync to next impulse* button
3. Send the impulse at the next full minute as entered

<div data-full-width="false"><figure><img src="/files/6bSpyzkdW6ZJg4SL1tc7" alt=""><figcaption><p>Before syncing to next impulse</p></figcaption></figure> <figure><img src="/files/PBFjbbGOWvSTI4raZeZm" alt=""><figcaption><p>Waiting for sync to happen at the next minute</p></figcaption></figure> <figure><img src="/files/uoZqCwd74KLznYhi4yCa" alt=""><figcaption><p>After syncing to impulse</p></figcaption></figure></div>

{% hint style="info" %}
Once the camera is waiting for an external impulse, you need to finish it. So you always have to send an impulse in, otherwise it will not send any other timestamps or be able to sync to computer.&#x20;
{% endhint %}

{% hint style="info" %}
Best practice is to first sync the camera to a random time of day in the future. This way you see the camera is totally off.&#x20;

Then you sync the camera to the next impulse and you see the time is now good.

In order to really make sure the time is good, wait for the next impulse after sync impulse (called *Sync+1*). The time you see in the log should be exactly one minute after the sync time. If there is a difference redo the sync.&#x20;
{% 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://docs.dbnetsoft.com/dbnetsoft/photofinish.net/configuration/sync-optic3.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.
