Hello @erik
I am not sure if this is the correct place to ask this, but I think this can be a follow-up question in this post.
I have a problem with USB connection. I have OAK-D camera with USB3.0. My monitor has "plug-in" USB ports including 2 USB Ports indicating they have SS , but not colored blue. Although I am trying with dai.Device(pipeline, MaxUsbSpeed=dai.UsbSpeed.SUPER_PLUS) as device:
in
\depthai-python\examples\ColorCamera\rgb_preview.py
I still get
Afaik, if it is written next to the port that it is SS, I should be able to use its SuperSpeed facility, so it is basically 3.0. But why am I getting USB 2.0 speed from that port? My OS: Windows 11
- By using
Get-WmiObject -Query "SELECT * FROM Win32_USBHub"
in powershell it gives:
__GENUS : 2
__CLASS : Win32_USBHub
__SUPERCLASS : CIM_USBHub
__DYNASTY : CIM_ManagedSystemElement
__RELPATH : Win32_USBHub.DeviceID="USB\\VID_0BDA&PID_0411\\6&5C0E972&0&2"
__PROPERTY_COUNT : 28
__DERIVATION : {CIM_USBHub, CIM_USBDevice, CIM_LogicalDevice, CIM_LogicalElement...}
__SERVER : PF4VK7GK
__NAMESPACE : root\cimv2
__PATH : \\PF4VK7GK\root\cimv2:Win32_USBHub.DeviceID="USB\\VID_0BDA&PID_0411\\6&5C0E972&0&2"
Availability :
Caption : Generic SuperSpeed USB Hub
ClassCode :
ConfigManagerErrorCode : 0
ConfigManagerUserConfig : False
CreationClassName : Win32_USBHub
CurrentAlternateSettings :
CurrentConfigValue :
Description : Generic SuperSpeed USB Hub
DeviceID : USB\VID_0BDA&PID_0411\6&5C0E972&0&2
ErrorCleared :
ErrorDescription :
GangSwitched :
InstallDate :
LastErrorCode :
Name : Generic SuperSpeed USB Hub
NumberOfConfigs :
NumberOfPorts :
PNPDeviceID : USB\VID_0BDA&PID_0411\6&5C0E972&0&2
PowerManagementCapabilities :
PowerManagementSupported :
ProtocolCode :
Status : OK
StatusInfo :
SubclassCode :
SystemCreationClassName : Win32_ComputerSystem
SystemName : PF4VK7GK
USBVersion :
PSComputerName : PF4VK7GK
How to use USB 3.0 facility from that port so that I have faster video processing with OAK-D?
Thanks in advance for your help!
Bests
Cem