Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

What is the best way to capture video in a wpf application? I am looking for a way to detect the video devices, and then capture video from the selected one.

Thanks

share|improve this question

3 Answers

up vote 3 down vote accepted

There is no WPF support for this. You need to use the traditional, expected windows APIs for video capture, such as DXVA.

share|improve this answer

If you are OK with using ActiveX controls in WPF app, you can use VideoCapX from http://www.fathsoft.com/videocapx.html

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.