<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Webcam control with WPF or how to create high framerate player with DirectShow by using InteropBitmap in WPF application</title>
	<atom:link href="http://khason.net/blog/webcam-control-with-wpf-or-how-to-create-high-framerate-player-with-directshow-by-using-interopbitmap-in-wpf-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://khason.net/blog/webcam-control-with-wpf-or-how-to-create-high-framerate-player-with-directshow-by-using-interopbitmap-in-wpf-application/</link>
	<description>Take care of the sense, and the sounds will take care of themselves.</description>
	<lastBuildDate>Tue, 16 Mar 2010 11:21:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Federico</title>
		<link>http://khason.net/blog/webcam-control-with-wpf-or-how-to-create-high-framerate-player-with-directshow-by-using-interopbitmap-in-wpf-application/comment-page-1/#comment-3646</link>
		<dc:creator>Federico</dc:creator>
		<pubDate>Fri, 05 Mar 2010 14:22:01 +0000</pubDate>
		<guid isPermaLink="false">http://khason.net/blog/webcam-control-with-wpf-or-how-to-create-high-framerate-player-with-directshow-by-using-interopbitmap-in-wpf-application/#comment-3646</guid>
		<description>Hello.
Can anybody send me more information about:
- Config Image Resolution
- Use Zoom
Thanks.</description>
		<content:encoded><![CDATA[<p>Hello.<br />
Can anybody send me more information about:<br />
- Config Image Resolution<br />
- Use Zoom<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://khason.net/blog/webcam-control-with-wpf-or-how-to-create-high-framerate-player-with-directshow-by-using-interopbitmap-in-wpf-application/comment-page-1/#comment-3625</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 24 Feb 2010 08:50:27 +0000</pubDate>
		<guid isPermaLink="false">http://khason.net/blog/webcam-control-with-wpf-or-how-to-create-high-framerate-player-with-directshow-by-using-interopbitmap-in-wpf-application/#comment-3625</guid>
		<description>Thanks, you know so much more about it then I do.

The while (!stopSignal.WaitOne(0, true)) { Thread.Sleep(10); } loop in CapDevice.captureImage could be replaced by a single call to stopSignal.WaitOne();

Then you won&#039;t get a ThreadAbortException either when CapDevice.Stop calls worker.Abort().

I don&#039;t think calling worker.Abort (unconditionally) is necessary.
This call also prevents execution of control.StopWhenReady();


My 2nd, much less important, remark is that I would keep the variables graph, grabber, sourceObject, grabberObject, control, map and section of CapDevice should all local to the captureImage function.</description>
		<content:encoded><![CDATA[<p>Thanks, you know so much more about it then I do.</p>
<p>The while (!stopSignal.WaitOne(0, true)) { Thread.Sleep(10); } loop in CapDevice.captureImage could be replaced by a single call to stopSignal.WaitOne();</p>
<p>Then you won&#8217;t get a ThreadAbortException either when CapDevice.Stop calls worker.Abort().</p>
<p>I don&#8217;t think calling worker.Abort (unconditionally) is necessary.<br />
This call also prevents execution of control.StopWhenReady();</p>
<p>My 2nd, much less important, remark is that I would keep the variables graph, grabber, sourceObject, grabberObject, control, map and section of CapDevice should all local to the captureImage function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdul Sami</title>
		<link>http://khason.net/blog/webcam-control-with-wpf-or-how-to-create-high-framerate-player-with-directshow-by-using-interopbitmap-in-wpf-application/comment-page-1/#comment-3588</link>
		<dc:creator>Abdul Sami</dc:creator>
		<pubDate>Mon, 01 Feb 2010 17:05:34 +0000</pubDate>
		<guid isPermaLink="false">http://khason.net/blog/webcam-control-with-wpf-or-how-to-create-high-framerate-player-with-directshow-by-using-interopbitmap-in-wpf-application/#comment-3588</guid>
		<description>Can some one assist me in measuring the latency between start (source) and end (rendering the video) process of the filters involved?</description>
		<content:encoded><![CDATA[<p>Can some one assist me in measuring the latency between start (source) and end (rendering the video) process of the filters involved?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ssaifriend</title>
		<link>http://khason.net/blog/webcam-control-with-wpf-or-how-to-create-high-framerate-player-with-directshow-by-using-interopbitmap-in-wpf-application/comment-page-1/#comment-3581</link>
		<dc:creator>ssaifriend</dc:creator>
		<pubDate>Wed, 27 Jan 2010 09:28:17 +0000</pubDate>
		<guid isPermaLink="false">http://khason.net/blog/webcam-control-with-wpf-or-how-to-create-high-framerate-player-with-directshow-by-using-interopbitmap-in-wpf-application/#comment-3581</guid>
		<description>I don&#039;t access here:
http://schemas.sharpsoft.net/xaml

Access Fail. Help;;</description>
		<content:encoded><![CDATA[<p>I don&#8217;t access here:<br />
<a href="http://schemas.sharpsoft.net/xaml" rel="nofollow">http://schemas.sharpsoft.net/xaml</a></p>
<p>Access Fail. Help;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: behdad</title>
		<link>http://khason.net/blog/webcam-control-with-wpf-or-how-to-create-high-framerate-player-with-directshow-by-using-interopbitmap-in-wpf-application/comment-page-1/#comment-3576</link>
		<dc:creator>behdad</dc:creator>
		<pubDate>Sun, 24 Jan 2010 08:21:18 +0000</pubDate>
		<guid isPermaLink="false">http://khason.net/blog/webcam-control-with-wpf-or-how-to-create-high-framerate-player-with-directshow-by-using-interopbitmap-in-wpf-application/#comment-3576</guid>
		<description>hi
how to setting differant frame rate in webcam or changing frame rate to (15-30)fps</description>
		<content:encoded><![CDATA[<p>hi<br />
how to setting differant frame rate in webcam or changing frame rate to (15-30)fps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaylord Stonehouse</title>
		<link>http://khason.net/blog/webcam-control-with-wpf-or-how-to-create-high-framerate-player-with-directshow-by-using-interopbitmap-in-wpf-application/comment-page-1/#comment-3541</link>
		<dc:creator>Gaylord Stonehouse</dc:creator>
		<pubDate>Fri, 08 Jan 2010 15:12:54 +0000</pubDate>
		<guid isPermaLink="false">http://khason.net/blog/webcam-control-with-wpf-or-how-to-create-high-framerate-player-with-directshow-by-using-interopbitmap-in-wpf-application/#comment-3541</guid>
		<description>Netten Weblog hast du da. Bin gerade eben</description>
		<content:encoded><![CDATA[<p>Netten Weblog hast du da. Bin gerade eben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J. Mason</title>
		<link>http://khason.net/blog/webcam-control-with-wpf-or-how-to-create-high-framerate-player-with-directshow-by-using-interopbitmap-in-wpf-application/comment-page-1/#comment-3454</link>
		<dc:creator>J. Mason</dc:creator>
		<pubDate>Tue, 17 Nov 2009 06:22:20 +0000</pubDate>
		<guid isPermaLink="false">http://khason.net/blog/webcam-control-with-wpf-or-how-to-create-high-framerate-player-with-directshow-by-using-interopbitmap-in-wpf-application/#comment-3454</guid>
		<description>Great component, Does anyone have any idea on how to save the stream to disk???</description>
		<content:encoded><![CDATA[<p>Great component, Does anyone have any idea on how to save the stream to disk???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://khason.net/blog/webcam-control-with-wpf-or-how-to-create-high-framerate-player-with-directshow-by-using-interopbitmap-in-wpf-application/comment-page-1/#comment-3345</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Fri, 09 Oct 2009 09:34:11 +0000</pubDate>
		<guid isPermaLink="false">http://khason.net/blog/webcam-control-with-wpf-or-how-to-create-high-framerate-player-with-directshow-by-using-interopbitmap-in-wpf-application/#comment-3345</guid>
		<description>I have used the CapPlayer - it&#039;s great. But I didn&#039;t found how to change the resolution. My webcam supports 1024x768 but CapPlayer allowed me to play only 320x240.

How to change resolution?</description>
		<content:encoded><![CDATA[<p>I have used the CapPlayer &#8211; it&#8217;s great. But I didn&#8217;t found how to change the resolution. My webcam supports 1024&#215;768 but CapPlayer allowed me to play only 320&#215;240.</p>
<p>How to change resolution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://khason.net/blog/webcam-control-with-wpf-or-how-to-create-high-framerate-player-with-directshow-by-using-interopbitmap-in-wpf-application/comment-page-1/#comment-3297</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 15 Sep 2009 12:48:28 +0000</pubDate>
		<guid isPermaLink="false">http://khason.net/blog/webcam-control-with-wpf-or-how-to-create-high-framerate-player-with-directshow-by-using-interopbitmap-in-wpf-application/#comment-3297</guid>
		<description>Hi there, I have tried this sample but the box just comes up black.  The webcam is connected via USB and I can get it working with a DirectShow control for WinForms, but really need it in WPF without just wrapping up the WinForms control. Any ideas why this would be black? I have checked that it is setting to the correct device. Please help!</description>
		<content:encoded><![CDATA[<p>Hi there, I have tried this sample but the box just comes up black.  The webcam is connected via USB and I can get it working with a DirectShow control for WinForms, but really need it in WPF without just wrapping up the WinForms control. Any ideas why this would be black? I have checked that it is setting to the correct device. Please help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maltub@gmail.com</title>
		<link>http://khason.net/blog/webcam-control-with-wpf-or-how-to-create-high-framerate-player-with-directshow-by-using-interopbitmap-in-wpf-application/comment-page-1/#comment-3101</link>
		<dc:creator>maltub@gmail.com</dc:creator>
		<pubDate>Tue, 30 Jun 2009 10:32:06 +0000</pubDate>
		<guid isPermaLink="false">http://khason.net/blog/webcam-control-with-wpf-or-how-to-create-high-framerate-player-with-directshow-by-using-interopbitmap-in-wpf-application/#comment-3101</guid>
		<description>why the picture is</description>
		<content:encoded><![CDATA[<p>why the picture is</p>
]]></content:encoded>
	</item>
</channel>
</rss>
