YaoHui I've set the FPS to 120, but the pipeline graph displays 64FPS. May I ask what could be the reason for this?
erik Hi YaoHui , What's the resolution of your cameras? Some useful resources: https://docs.luxonis.com/projects/api/en/latest/tutorials/low-latency/
YaoHui Hi erik . I'm using a grayscale camera with a resolution of 400P, and I'm using USB 3.2 for transmission.
YaoHui Additionally, could you explain why there is a difference in FPS between the nodes in the pipeline and the output? Thanks.
erik Hi YaoHui , Nevermind my previous message - I believe the 64FPS refers to Windows wait time: opencv/opencv#23456 If you are using opencv, each waitKey() will wait about 16ms, which means max FPS will be around 64FPS. So pipeline still works at 100+ FPS, but host-side python script can't run that fast. Thoughts?
YaoHui Hi @"erik, Thank you for your response. What are your thoughts on the difference between the pipeline and XLinkOut? Could this be an issue with the tool?
erik Hi YaoHui , That is indeed strange. Could you provide minimal repro example, so we can test this?