Hi,
Why don't you stop the player when you close the windows?
http://blog.catenalogic.com/post/2008/post/2009/01/08/WPF-Webcam-Control-part-2.aspx
Why don't you stop the player when you close the windows?
public Window1()
{
InitializeComponent();
this.Closed += (sender, args) => player.Stop();
}
otherwise if you wanted, i find an upgrade of this solution :http://blog.catenalogic.com/post/2008/post/2009/01/08/WPF-Webcam-Control-part-2.aspx