galaunay / pypyueye

Convenience wrapper around pyueye API for IDS cameras.
20 stars 17 forks source link

failed to save video #2

Open bycCHENG opened 3 years ago

bycCHENG commented 3 years ago

hello,

Thank you so much for sharing your code. It's really helpful for me. But now, I'm having trouble in save a video using your code. The error is " File "C:\Users\by\AppData\Local\conda\conda\envs\py35\lib\site-packages\pyueye-4.90.0.0-py3.6.egg\pyueye\ueye.py", line 111, in _value_cast _to_obj = to_type(from_obj) TypeError: an integer is required (got type NoneType)"

Do you know how to solve it?

Many Thanks!

playaspec commented 3 years ago

FWIW there's a fork with a bunch of additional fixes at netzo92/pypyueye. Not sure if they fix your particular problem, as I'm just getting into this myself.

galaunay commented 3 years ago

I dont maintain this repo anymore. @playaspec Can I leave a link to yours in my readme to redirect people to a more up-to-date version ?