morefigs / pymba

Python wrapper for Allied Vision's Vimba C API
MIT License
105 stars 84 forks source link

No transport layers were found #121

Open electronsandstuff opened 4 years ago

electronsandstuff commented 4 years ago

I'm trying to use pymba on Windows w/ Python 3.7. I followed the installation instructions, but receive the following error when trying to setup the library. image I am able to see the camera I want to get data from in both Vimba Viewer and with the python library harvesters. I have the GigE drivers installed and have also tried removing all other transport drivers besides the one I need following the advice of a previous issue.

morefigs commented 4 years ago

Does it work in Vimba Viewer? Have you rebooted since installing the driver?

electronsandstuff commented 4 years ago

Yeah, it works perfectly in Vimba Viewer and when I use another python library harvester. But, good point. I haven't tried rebooting yet, I can check that out this week.