Contents

Contents
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
lsusb -t 

/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=tegra-xusb/4p, 10000M
    |__ Port 2: Dev 6, If 6, Class=Human Interface Device, Driver=usbfs, 5000M
    |__ Port 2: Dev 6, If 4, Class=Video, Driver=usbfs, 5000M
    |__ Port 2: Dev 6, If 2, Class=Video, Driver=, 5000M
    |__ Port 2: Dev 6, If 0, Class=Video, Driver=usbfs, 5000M
    |__ Port 2: Dev 6, If 5, Class=Video, Driver=usbfs, 5000M
    |__ Port 2: Dev 6, If 3, Class=Video, Driver=, 5000M
    |__ Port 2: Dev 6, If 1, Class=Video, Driver=usbfs, 5000M
    |__ Port 3: Dev 2, If 0, Class=Hub, Driver=hub/4p, 5000M
        |__ Port 1: Dev 3, If 6, Class=Human Interface Device, Driver=usbfs, 5000M
        |__ Port 1: Dev 3, If 4, Class=Video, Driver=usbfs, 5000M
        |__ Port 1: Dev 3, If 2, Class=Video, Driver=, 5000M
        |__ Port 1: Dev 3, If 0, Class=Video, Driver=usbfs, 5000M
        |__ Port 1: Dev 3, If 5, Class=Video, Driver=usbfs, 5000M
        |__ Port 1: Dev 3, If 3, Class=Video, Driver=, 5000M
        |__ Port 1: Dev 3, If 1, Class=Video, Driver=usbfs, 5000M
        |__ Port 2: Dev 4, If 0, Class=Video, Driver=usbfs, 5000M
        |__ Port 2: Dev 4, If 1, Class=Video, Driver=usbfs, 5000M
        |__ Port 2: Dev 4, If 2, Class=Video, Driver=, 5000M
        |__ Port 2: Dev 4, If 3, Class=Video, Driver=, 5000M
        |__ Port 2: Dev 4, If 4, Class=Video, Driver=usbfs, 5000M
        |__ Port 2: Dev 4, If 5, Class=Video, Driver=usbfs, 5000M
        |__ Port 2: Dev 4, If 6, Class=Human Interface Device, Driver=usbfs, 5000M
        |__ Port 3: Dev 5, If 0, Class=Hub, Driver=hub/4p, 5000M
        
lsusb

Bus 002 Device 005: ID 05e3:0626 Genesys Logic, Inc. USB3.1 Hub
Bus 002 Device 004: ID 2bc5:0807 Orbbec 3D Technology International, Inc Orbbec Gemini 336L
Bus 002 Device 003: ID 2bc5:0807 Orbbec 3D Technology International, Inc Orbbec Gemini 336L
Bus 002 Device 002: ID 04b4:6504 Cypress Semiconductor Corp.
Bus 002 Device 006: ID 2bc5:0803 Orbbec 3D Technology International, Inc Orbbec Gemini 336
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 8087:0a2b Intel Corp. Bluetooth wireless interface
Bus 001 Device 005: ID 0d8c:0014 C-Media Electronics, Inc. Audio Adapter (Unitek Y-247A)
Bus 001 Device 004: ID 05e3:0610 Genesys Logic, Inc. Hub
Bus 001 Device 002: ID 04b4:6506 Cypress Semiconductor Corp. CY4603
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
5000M

1280*720 RGB 和 16bit depth 深度 30fps 

带宽 (bits/s) = 1280×720×24×30=663,552,000 bits/s ≈663.55 Mbps
带宽 (bits/s) = 1280×720×16×30=442,368,000 bits/s ≈442.37 Mbps

总带宽 (Mbps) = 663.55 Mbps (RGB) + 442.37 Mbps (深度) = 1105.92 Mbps

---

1920*1080 RGB 和 16bit depth 深度 30fps 

带宽 (bits/s) = 1920×1080×24×30=1,492,992,000 bits/s ≈1493 Mbps
带宽 (bits/s) = 1920×1080×16×30=995,328,000 bits/s ≈995.3 Mbps

总带宽 (Mbps) = 1493 Mbps (RGB) + 995.3 Mbps (深度) = 2488.3 Mbps