Skip to main content

Multiple output video screens for WPF controls

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

Place the "VisioForge.Core.UI.WPF.VideoView" control on WPF windows, and name it "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

How can the required redists be installed or deployed to the user's PC?


Visit our GitHub page to get more code samples.