Teresa-AlliedVision
Teresa-AlliedVision
Hello, 1. We do have a beta version driver for this board and a working setup togetehr with the NVIDIA Jetson Xavier NX, but it can't be uploaded to github...
Hello, first of all, some corrections about the Auvidea carrier board and adapter in my last post, in case you didn't see it. Regarding the hardware trigger: The Alvium 1800C...
Hello inchinn1, I had a quick look at the code with my debugger and it showed that the threads are not terminated after the image is saved and a new...
Hi Bjarke, you can do the initial startup of te API and camera once at the start of the code, i.e. call `with Vimba.get_instance() as vimba:` (to start the API),...
Hi Bjarke, I'm not really sure what's the compatibility issue with mqtt, I haven't used that protocoll or library before. There is a way to manually manage the context though,...
Hello, VmbErrorMoreData -9 means "More data available in a string/list than space is provided". I have not encountered this error before in my own code, but if I had to...
Hello, I asked my collegue, because this error is pretty rare and it seems unlikely that the source of the error comes from your code itself, but instead from the...
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...
Hello Jay, the install.sh script is testing if it is running inside a virual env and doesn't seem to recognize the pyenv you have running. `function inside_virtual_env { if [...
Hello, the error -14 means "Resources not available (e.g. memory)". You can try adding more frames to the queue when you start the acquisition and check that the frame is...