Capture video from WPF app

Posted by Julien Couvreur on Stack Overflow See other posts from Stack Overflow or by Julien Couvreur
Published on 2009-09-11T22:41:30Z Indexed on 2010/04/22 13:03 UTC
Read the original article Hit count: 243

Filed under:
|
|

I want to write a C# application which can record a video capture of one of its WPF controls.

Is there a solution in .Net to record video from a control, or is there some library I could use?


My goal is to write a SketchCast application. The use case is the following:

  1. launch SketchCast app and press record button,
  2. write ink into a WPF ink area, and talk,
  3. press stop,
  4. recorded voice and ink animation get saved into a video file in some encoding.

© Stack Overflow or respective owner

Related posts about video-capture

Related posts about wpf