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
It would be cool if you offered / built without the MSMF (media features). -D WITH_MSMF=no as this seems to be / was recently bugged opencv/opencv#11696 and opencv/opencv#11810 in 3.4 and above.
According to opencv/opencv#11882 the priority is MSMF, DSHOW, VFW. Of those I think DSHOW has the least dependencies so maybe building with only that backend is sufficient on windows - but that might actually work worse for people where they have MF installed and an opecv version without a buggy MSMF backend.
Please close (or add a note to the README).
I encountered a missing DLL error and the root cause was missing MFPlat.dll and friends. Exactly like #181 (comment)
FYI / For Google.
The page to visit to determine "which version of the media features pack should I download" is
https://support.microsoft.com/en-us/help/3145500/media-feature-pack-list-for-windows-n-editions
It would be cool if you offered / built without the MSMF (media features).
-D WITH_MSMF=no
as this seems to be / was recently bugged opencv/opencv#11696 and opencv/opencv#11810 in 3.4 and above.According to opencv/opencv#11882 the priority is MSMF, DSHOW, VFW. Of those I think DSHOW has the least dependencies so maybe building with only that backend is sufficient on windows - but that might actually work worse for people where they have MF installed and an opecv version without a buggy MSMF backend.
In all cases it would be worth mentioning "Please install https://github.com/lucasg/Dependencies and open
cv2.pyd
to debug missing DLL issues."The text was updated successfully, but these errors were encountered: