# Multiple output video screens for WPF controls

Video Capture SDK .Net , Video Edit SDK .Net , Media Player SDK .Net

Place the VisioForge.Core.UI.WPF.VideoView control on the WPF window. Rename the control to the videoView. Add the "OnVideoFrameBuffer" event for SDK control.

# Sample code

private void VideoCapture1_OnVideoFrameBuffer(object sender, VideoFrameBufferEventArgs e)
{
    videoView.RenderFrame(e);
}

# Required redists

  • SDK redist

Visit our GitHub page to get more code samples.