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: 258
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:
- launch SketchCast app and press record button,
- write ink into a WPF ink area, and talk,
- press stop,
- recorded voice and ink animation get saved into a video file in some encoding.
© Stack Overflow or respective owner