Project DescriptionReusable WPF control to display high frame rate video such as WebCam or framegrabber DirectShow output. This control uses InteropBitmap introduced in .NET framework 3.5 and managed DirectShow P/Invoke. This control does not uses DirectShow.net library, so it's completely imdependent
General
For more information about the way this control is implemented, visit my blog at http://blogs.microsoft.co.il/blogs/tamir
Screenshot
Usage
The usage of the control is similar to the usage of regular WPF Image control <cap:CapPlayer xmlns:cap="http://schemas.sharpsoft.net/xaml"/>
|