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
In open_cv/tracking.py if write=True in the track function, writing the output video doesn't work and gives the error Could not find encoder for codec id 27: Encoder not found due to this issue:
Don't have time to figure out an alternate encoding that will work, but putting this here for future reference / is a good small bug for someone to fix.
The text was updated successfully, but these errors were encountered:
In
open_cv/tracking.py
ifwrite=True
in thetrack
function, writing the output video doesn't work and gives the errorCould not find encoder for codec id 27: Encoder not found
due to this issue:opencv/opencv-python#81
Don't have time to figure out an alternate encoding that will work, but putting this here for future reference / is a good small bug for someone to fix.
The text was updated successfully, but these errors were encountered: