Reputation: 14930
Im building a WPF 4.0 application and I want to include the ability to have a web-cam beside the PC running the app and I want to be able to record a video message. I cannot find any articles on this, and it seems like it might be a bit tricky...
Has anyone had any experience with this or know where to start?
Upvotes: 0
Views: 3088
Reputation: 6729
lots of good stuff out there, eg:
http://easywebcam.codeplex.com/
http://blogs.msdn.com/b/cmarchal/archive/2006/08/25/724224.aspx
EDIT: for recording:
http://blogs.msdn.com/b/uberdemo/archive/2008/03/27/capturing-a-webcam-stream-to-a-wmv-file-from-within-a-wpf-application.aspx
http://videorendererelement.codeplex.com/
Upvotes: 1