morefigs / pymba

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

python hang #23

Closed jferch closed 8 years ago

jferch commented 8 years ago

Hey everybody,

I'm experiencing some strange python crashes by running the example code, although it works a couple of times now and then (opencv_liveview_example). This is the error message is get: error

It seems that the camera gets found but as soon as I want to get a frame, it crashes. Any ideas? I'm running Vimba 1.4 on a 32-bit Win7 system with Anaconda2. I set the jumbo packets to 9014. Let me know if you need more information. Any help is highly appreciated :)

Cheers

morefigs commented 8 years ago

Should now be fixed, see https://github.com/morefigs/pymba/pull/27. Let me know if this doesn't fix your crashes.