Is there a way to read an mms stream, with open cv, for direct analyze?
I’m trying to do a small project with c++. and I don’t know how to plug the mms to the opencv.
I guess ill need to add a library to the visual studio.
There is only video on the mms stream im reading:
mms://s3ewm.castup.net/991450009-52.wmv?ct=IL&rg=BZ&aid=145&tkn=20120201230602&ts=0&cu=FC1B06E9-7ABE-4B1C-9B2A-7A5C6019E99F
Update:
I found this link: Microsoft msdn
here someone did get the mms with vlc package.