I am trying to capture image in WPF using ["aviCap32.dll"] but I didn't find any method for that. Does anyone have any idea whether such method exists or not. I found this program but it only displays an image from the webcam and not through a capture button: Using a webcam in a WPF application.
Asked
Active
Viewed 1,101 times
0
-
1any reason you want to do this with avicap32 ? I would recommend using a library for that... but if you must use avicap32 then check the code from [this thread](http://forums.asp.net/t/1190447.aspx/1). – Yahia Jan 23 '12 at 09:11
-
no specific reason Its just aviCap is free. – murmansk Jan 23 '12 at 09:57