- Edited
Hi, I am using OAK-D to analyze golf ball's flight path. So 120 fps of images is very important. I am testing using:
python3 depthai_demo.py -cam left -monor 400 -monof 120 -dnn -dd
I get about 70 to 90 fps only using a I5 CPU with USB3.0 hub. I have monitored the USB traffic on OAK-D, and it's about 22 ~ 23 MB/sec only. So it seemed it's not the USB3.0's 5Gb thal lower the fps. And I have disabled depth and AI by -dd,-dnn.
Do I need a I7 faster PC to get 120 fps? But why? I have turn off depth and AI, it seems I do not need to do much calculation to use a I7 CPU.
Or there's any switch to set to get 120 fps?
Currently I need raw images only, is the firmware on OAK-D slow down fps?