Frame Capturing From AVI Movie
-
I am working on a project.One phase of it is to extract each frame from AVI movie and process it.In Visual C++ i have used the vfw32.lib to get frame.Now i am doing work in C#.Is there any library having built in functions to do the same thing or there is a way to use vfw32.lib in C#.My major task is to read each frame,store it onto Bitmap object and then do scanning whatever required
-
I am working on a project.One phase of it is to extract each frame from AVI movie and process it.In Visual C++ i have used the vfw32.lib to get frame.Now i am doing work in C#.Is there any library having built in functions to do the same thing or there is a way to use vfw32.lib in C#.My major task is to read each frame,store it onto Bitmap object and then do scanning whatever required
If you search here in CodeProject, you find a solution for it. See: http://www.codeproject.com/cs/media/aviFileWrapper.asp Lars Niedziolka