portugueslab / stytra

A modular package to control stimulation and track behaviour
http://www.portugueslab.com/stytra/
GNU General Public License v3.0
42 stars 27 forks source link

Incompatibility with Vimba 3.x for AVT cameras #34

Open diegoasua opened 4 years ago

diegoasua commented 4 years ago

AVT cameras can be controlled with old pymba compilations and Vimba 2.x drivers. New Vimba 3.x version requires using the updated pymba library (https://github.com/morefigs/pymba). This is incompatible with current handling of Pymba camera object in Stytra.

vigji commented 4 years ago

Can you have a look to fix that?

diegoasua commented 4 years ago

I am busy with other projects now but I may have a look when I have more time for it :)

MarcoGarb commented 4 years ago

Can you have a look to fix that?

It may be a bit late, but I had the same problem as you. However downloading the legacy version of Vimba and downgrading Pymba to a previous version solved the problem for me. Hope this helps.

diegoasua commented 4 years ago

Thanks for feedback!

vigji commented 4 years ago

This will be fixed when merging #42