jacobbo / WebEye

WebEye is a collection of .NET controls.
190 stars 132 forks source link

AllowsTransparency=true causes WebCameraControl to not render video #9

Closed DrainSmith closed 8 years ago

DrainSmith commented 8 years ago

In WPF if AllowsTransparency=true on a Window then the WebCameraControl doesn't render the video. The webcam is still open and images can still be captured from it.

jacobbo commented 8 years ago

Thanks for your feedback. The control uses the HwndHost control which is not supported by WPF transparent windows. More details and workaround can be found here.