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
"UnboundLocalError: local variable 'read_frame' referenced before assignment" when running scene_manager.detect_scenes(frame_source=video_manager, frame_skip=1)
Required Information:
We hit this error when frame_skip is larger than 0.
Expected Behavior:
It works when we assign frame_skip.
Computing Environment:
OS: [e.g. Windows, Linux (Distro: Ubuntu, Mint, Fedora, etc...), OSX]
Python Version: [e.g. 3.6 or 3.6.6]
OpenCV Version: [e.g. 3.4.1]
Additional Information:
The text was updated successfully, but these errors were encountered:
Bug/Issue Description:
"UnboundLocalError: local variable 'read_frame' referenced before assignment" when running
scene_manager.detect_scenes(frame_source=video_manager, frame_skip=1)
Required Information:
We hit this error when
frame_skip
is larger than 0.Expected Behavior:
It works when we assign frame_skip.
Computing Environment:
Additional Information:
The text was updated successfully, but these errors were encountered: