Skip to main content

[WPF] No preview when AllowsTransparency is True

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

If you are using WPF and have set the AllowsTransparency property of the application window to True you may see a black screen instead of video in the VideoView element.

To solve this problem, set the video renderer to VideoRendererMode.WPF_WinUI_Callback instead of VideoRendererMode.EVR.

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.