- Edited
hi GergelySzabolcs I think you meant to be tagging @frankshieh ????
hi GergelySzabolcs I think you meant to be tagging @frankshieh ????
@frankshieh what does the exception message say?
You can try catching the exception using a try/catch statement and printing the what()
message. Windows doesn't usually print these out nicely.
You may also try building the example as Debug to get a more informative stack trace.
Hello @frankshieh ,
so the reason behind this issue is the XLink - protocol that we use between host/device. With the new version of depthai 2.10.0.0
, we have increased XLink packet size which will improve throughput by quite a bit - I am able to get 117.3 FPS running the code above. We haven't updated depthai_demo to 2.10.0.0 but will do today (you can do it yourself by changing depthai==2.10.0.0
in requirements.txt
)
Thanks, Erik