Hi @AlessandroB
You should be fine. However, I'd recommend explicitly setting the USB mode, to avoid any possible issues with the depthai library thinking you are using USB3+.
HIGH
refers to usb2.0 speeds.
with dai.Device(pipeline, maxUsbSpeed=dai.UsbSpeed.HIGH) as device:
Thanks,
Jaka