You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: