Skip to content

Commit 6a2bb73

Browse files
committed
Updated clck syncing docs
1 parent 7a2d0a4 commit 6a2bb73

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
-6.26 KB
Loading
3.52 KB
Loading

docs/source/components/device.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,17 @@ and can be configured via API (example script below).
6363

6464
.. image:: /_static/images/components/device_timesync.jpg
6565

66-
Device clocks are synced at below 2.5ms accuracy for PoE cameras, and below 1ms accuracy for USB cameras at 1σ (standard deviation) with host clock.
66+
Device clocks are synced at below 500µs accuracy for PoE cameras, and below 200µs accuracy for USB cameras at 1σ (standard deviation) with host clock.
6767

6868
.. image:: /_static/images/components/clock-syncing.png
6969

7070
A graph representing the accuracy of the device clock with respect to the host clock. We had 3 devices connected (OAK PoE cameras), all were hardware synchronized using `FSYNC Y-adapter <https://docs.luxonis.com/projects/hardware/en/latest/pages/FSYNC_Yadapter/>`__.
7171
Raspberry Pi (the host) had an interrupt pin connected to the FSYNC line, so at the start of each frame the interrupt happened and the host clock was recorded. Then we compared frame (synced) timestamps with
72-
host timestamps and computed the standard deviation. For the histogram above we ran this test for about 7 hours.
72+
host timestamps and computed the standard deviation. For the histogram above we ran this test for about 3 hours.
7373

7474
.. code-block:: python
7575
76-
# Configure host clock syncing exmaple
76+
# Configure host clock syncing example
7777
7878
import depthai as dai
7979
from datetime import timedelta

0 commit comments

Comments
 (0)