Open AdamWuy opened 2 years ago
Hello Adam, the problem is the USB 2 connection. The camera is too fast for the connection, the packets are not processed fast enough and if the camera doesn't get the go ahead from the host to send more the packets are dropped, which leads to incomplete frames. Our recommended fix is to use a USB-3 card, best with Renesas or Intel chip. As a hot fix you can lower the throughput limit of the camera.
Hi I have a USB3 camera connected with USB2 port PC, the frame are always liking this: FrameStatus.Complete FrameStatus.Incomplete FrameStatus.Incomplete FrameStatus.Complete FrameStatus.Incomplete FrameStatus.Incomplete FrameStatus.Complete FrameStatus.Incomplete FrameStatus.Incomplete
My python code:
Why this camera could not get complete frames continuously? if it is USB2 port problem, why Vimba viewer has no problem