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
Hi Andrew
Would there be much work involved in adding the ability to capture frames
from a mms stream in teh same way that you can from local devices using
direct show etc
Thanks
Karl
Original issue reported on code.google.com by karl.bar...@gmail.com on 12 Dec 2007 at 4:50
The text was updated successfully, but these errors were encountered:
Hello, Karl
No, it is not that hard to add. You may find such class in my Camera Vision
application:
http://www.codeproject.com/KB/audio-video/cameraviewer.aspx
I will revisit it and add to AForge.NET
Original comment by andrew.k...@gmail.com on 13 Dec 2007 at 7:25
You might actually be able to do this with the FileVideoSource class.
Directshow doesn't care if the call to graph.AddSourceFilter( fileName,...) is
a file or a url; if it's an mms url, it should load up one of the WM network
source filters (not clear which one, that depends on what versions of
Windows/DShow you have installed)
Original comment by kid...@gmail.com on 21 Aug 2010 at 8:39
Original issue reported on code.google.com by
karl.bar...@gmail.com
on 12 Dec 2007 at 4:50The text was updated successfully, but these errors were encountered: