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,
53
+
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
54
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 +61,49 @@ without any switches or routers in between. Power was supplied via M8 connector.
54
61
- Resolution
55
62
- FPS
56
63
- FPS set
57
-
- Time-to-Host [ms]
64
+
- PoE Latency [ms]
65
+
- USB Latency [ms]
58
66
- Bandwidth
59
67
* - Color (isp)
60
68
- 1080P
61
69
- 25
62
70
- 25
63
71
- 51
72
+
- 33 Std: 0.8
64
73
- 622 Mbps
65
74
* - Color (isp)
66
75
- 4K
67
76
- 8
68
77
- 8
69
78
- 148
79
+
- 80 Std: 1.2
70
80
- 530 Mbps
71
81
* - Color (isp)
72
82
- 4K
73
83
- 8.5
74
84
- 10
75
85
- 530
86
+
- 80 Std: 1.3
76
87
- 663 Mbps
77
88
* - Mono
78
89
- 400P
79
90
- 90
80
91
- 90
81
-
- Avrg: 12 (Std: 5.0)
92
+
- 12 Std: 5.0
93
+
- 8 Std: 0.47
82
94
- 184 Mbps
83
95
* - Mono
84
96
- 400P
85
97
- 110
86
98
- 110
87
-
- Avrg: 16 (Std: 9.4)
99
+
- 16 Std: 9.4
100
+
- 8 Std: 0.45
88
101
- 225 Mbps
89
102
103
+
We set lower FPS for the POE measurements due to bandwidth constraints. For example, 4K 8 FPS had 150ms latency, while
104
+
4K 10FPS had 530ms latency, as link was saturated.
90
105
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()`).
106
+
- **Latency** is measured time between frame timestamp (:code:`imgFrame.getTimestamp()`) and host timestamp when the frame is received (:code:`dai.Clock.now()`).
92
107
- **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
108
- **Bandwidth** is calculated bandwidth required to stream specified frames at specified FPS.
0 commit comments