Webcam/Scanner
-
Hi there....Does any body know how to capture images/video clips through a webcam/scanner in C#. Thanks :cool:
The :cool: way
Hello, To capture from your webcam you can interop
Video for Windows
or to useDirectShow
(interop it or use managed extension of DirectX 9). You can find about interoping DirectX here on CP: http://www.codeproject.com/cs/media/directshownet.asp[^] And aboutVfW
on C#: http://www.codeproject.com/cs/media/aviFileWrapper.asp[^] You can also look at my article Motion Detection Algorithms[^]. This application is able to work with local capture devices. For working with scanner you should google or search here on CP, because the topic was already discussed. With best regards, Andrew -
Hello, To capture from your webcam you can interop
Video for Windows
or to useDirectShow
(interop it or use managed extension of DirectX 9). You can find about interoping DirectX here on CP: http://www.codeproject.com/cs/media/directshownet.asp[^] And aboutVfW
on C#: http://www.codeproject.com/cs/media/aviFileWrapper.asp[^] You can also look at my article Motion Detection Algorithms[^]. This application is able to work with local capture devices. For working with scanner you should google or search here on CP, because the topic was already discussed. With best regards, Andrew -
Hello, To capture from your webcam you can interop
Video for Windows
or to useDirectShow
(interop it or use managed extension of DirectX 9). You can find about interoping DirectX here on CP: http://www.codeproject.com/cs/media/directshownet.asp[^] And aboutVfW
on C#: http://www.codeproject.com/cs/media/aviFileWrapper.asp[^] You can also look at my article Motion Detection Algorithms[^]. This application is able to work with local capture devices. For working with scanner you should google or search here on CP, because the topic was already discussed. With best regards, Andrew