You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Below are the same tests, but with **OAK PoE** camera, which uses Gigabit ethernet link. The camera was connected directly to the computer,
46
+
Below are the same tests, but also with **OAK PoE** camera, which uses Gigabit ethernet link. The camera was connected directly to the computer,
47
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.
@@ -54,41 +54,49 @@ without any switches or routers in between. Power was supplied via M8 connector.
54
54
- Resolution
55
55
- FPS
56
56
- FPS set
57
-
- Time-to-Host [ms]
57
+
- PoE Latency [ms]
58
+
- USB Latency [ms]
58
59
- Bandwidth
59
60
* - Color (isp)
60
61
- 1080P
61
62
- 25
62
63
- 25
63
64
- 51
65
+
- 19.2 Std: 0.25
64
66
- 622 Mbps
65
67
* - Color (isp)
66
68
- 4K
67
69
- 8
68
70
- 8
69
71
- 148
72
+
- 19.4 Std: 0.6
70
73
- 530 Mbps
71
74
* - Color (isp)
72
75
- 4K
73
76
- 8.5
74
77
- 10
75
78
- 530
79
+
- 19.4 Std: 0.6
76
80
- 663 Mbps
77
81
* - Mono
78
82
- 400P
79
83
- 90
80
84
- 90
81
-
- Avrg: 12 (Std: 5.0)
85
+
- 12 Std: 5.0
86
+
- 8 Std: 0.47
82
87
- 184 Mbps
83
88
* - Mono
84
89
- 400P
85
90
- 110
86
91
- 110
87
-
- Avrg: 16 (Std: 9.4)
92
+
- 16 Std: 9.4
93
+
- 8 Std: 0.45
88
94
- 225 Mbps
89
95
96
+
We set lower FPS for the POE measurements due to bandwidth constraints. For example, 4K 8 FPS was 150ms latency, while
97
+
4K 10FPS had 530ms latency, as link was saturated.
90
98
91
-
- **Time-to-Host** is measured time between frame timestamp (:code:`imgFrame.getTimestamp()`) and host timestamp when the frame is received (:code:`dai.Clock.now()`).
99
+
- **Latency** is measured time between frame timestamp (:code:`imgFrame.getTimestamp()`) and host timestamp when the frame is received (:code:`dai.Clock.now()`).
92
100
- **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.
93
101
- **Bandwidth** is calculated bandwidth required to stream specified frames at specified FPS.
0 commit comments