Hi, @veerpreetgulsingh
No, that is enough. I've been able to reproduce the issue, but haven't yet had the time to find out where it stems from.
Will likely do so over the weekend.
Thanks,
Jaka
Hi, @veerpreetgulsingh
No, that is enough. I've been able to reproduce the issue, but haven't yet had the time to find out where it stems from.
Will likely do so over the weekend.
Thanks,
Jaka
@veerpreetgulsingh please try the latest
@veerpreetgulsingh what's the depthai/depthai-sdk version you are using?
Hi @veerpreetgulsingh
17FPS is the most that current hardware and your USB can handle. You might get a frame more if you use isp
instead of video
or by setting the max usb speed to super_plus: with dai.Device(pipeline, maxUsbSpeed=dai.UsbSpeed.SUPER_PLUS) as device:
.
Thanks,
Jaka
Hi @veerpreetgulsingh
You can write a script that utilizes the USBIP to check the PID of the device and if it is equal to 2485 or f63b, automatically attach it.
Kinda like this: https://docs.luxonis.com/projects/api/en/latest/install/#wsl-2
Thoughts?
Hi @veerpreetgulsingh ,
Do you attach both cameras to wsl (as mentioned above)?
usbipd wsl attach --busid {busid}
Can you do lsusb -v
inside the WSL?