Open morphogencc opened 5 years ago
I've never actually tested outside of Windows, but others that have might be able to help.
I have the same problem, I want someone to help too.
At this stage I'd recommend using the official VimbaPython software.
I'm running the same python script in both Windows 10 and Ubuntu 16.04 for ARM, using Python 3 and Pymba; however, it runs fine indefinitely on Windows, but an exception causes errors and failures after one cycle on Ubuntu.
The code (based off of the
opencv_acquire_image.py
example):The error I'm seeing is:
The program will frequently capture just one frame, wait until timeout, and through an exception, even if I trigger a frame on the camera's GPIO multiple times. On Windows, the camera can handle multiple captures sequentially pretty much indefinitely, and never hangs or throws an exception. Do you have any thoughts on what could be causing this?