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
I expect the imencode AVIF to work properly, as it's supported by the upstream OpenCV.
Actual behaviour
cv2.imencode('.avif', img)
cv2.error: OpenCV(4.10.0) /io/opencv/modules/imgcodecs/src/loadsave.cpp:1141: error: (-2:Unspecified error) could not find encoder for the specified extension in function 'imencode'
I have tried installing libavif on my system but that did not resolve the issue. I believe this is a build-time issue.
Expected behaviour
I expect the imencode AVIF to work properly, as it's supported by the upstream OpenCV.
Actual behaviour
I have tried installing libavif on my system but that did not resolve the issue. I believe this is a build-time issue.
Steps to reproduce
The text was updated successfully, but these errors were encountered: