Skip to content

Commit df1a909

Browse files
authored
Merge pull request #844 from luxonis/poe_latency_docs
Added POE latency docs
2 parents ca2397a + 23ecd7e commit df1a909

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

docs/source/tutorials/low-latency.rst

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,51 @@ disabled for these tests (:code:`pipeline.setXLinkChunkSize(0)`). For an example
4343
- 246 Mbps
4444
- `link <https://user-images.githubusercontent.com/18037362/162675393-e3fb08fb-0f17-49d0-85d0-31ae7b5af0f9.png>`__
4545

46+
Below are the same tests, but with **OAK PoE** camera, which uses Gigabit ethernet link. The camera was connected directly to the computer,
47+
without any switches or routers in between. Power was supplied via M8 connector. `oak_bandwidth_test.py <https://github.com/luxonis/depthai-experiments/tree/master/random-scripts#oak-bandwidth-test>`__ results: 797 mbps downlink, 264 mbps uplink.
48+
`oak_latency_test.py <https://github.com/luxonis/depthai-experiments/tree/master/random-scripts#oak-latency-test>`__ results: Average: 5.2 ms, Std: 6.2
49+
50+
.. list-table::
51+
:header-rows: 1
52+
53+
* - What
54+
- Resolution
55+
- FPS
56+
- FPS set
57+
- Time-to-Host [ms]
58+
- Bandwidth
59+
* - Color (isp)
60+
- 1080P
61+
- 25
62+
- 25
63+
- 51
64+
- 622 Mbps
65+
* - Color (isp)
66+
- 4K
67+
- 8
68+
- 8
69+
- 148
70+
- 530 Mbps
71+
* - Color (isp)
72+
- 4K
73+
- 8.5
74+
- 10
75+
- 530
76+
- 663 Mbps
77+
* - Mono
78+
- 400P
79+
- 90
80+
- 90
81+
- Avrg: 12 (Std: 5.0)
82+
- 184 Mbps
83+
* - Mono
84+
- 400P
85+
- 110
86+
- 110
87+
- Avrg: 16 (Std: 9.4)
88+
- 225 Mbps
89+
90+
4691
- **Time-to-Host** is measured time between frame timestamp (:code:`imgFrame.getTimestamp()`) and host timestamp when the frame is received (:code:`dai.Clock.now()`).
4792
- **Histogram** shows how much Time-to-Host varies frame to frame. Y axis represents number of frame that occurred at that time while the X axis represents microseconds.
4893
- **Bandwidth** is calculated bandwidth required to stream specified frames at specified FPS.

0 commit comments

Comments
 (0)