<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Timed Camera Capture - Update</title><link>http://blogs.msdn.com/marcpe/archive/2006/05/23/timed-camera-capture-update.aspx</link><description>Regards the Timed Camera Capture sample I posted last month, lots of you came across a bug in my code that slipped through my rigorous testing. I did a little code tidy up before I posted the ZIP and inadvertently removed an important line from the graph</description><dc:language>en-GB</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Timed Camera Capture - Update</title><link>http://blogs.msdn.com/marcpe/archive/2006/05/23/timed-camera-capture-update.aspx#622713</link><pubDate>Thu, 08 Jun 2006 22:31:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:622713</guid><dc:creator>zechs888</dc:creator><description>Actually I have a question. &amp;nbsp;How do you set the resolution of the captured image?</description></item><item><title>re: Timed Camera Capture - Update</title><link>http://blogs.msdn.com/marcpe/archive/2006/05/23/timed-camera-capture-update.aspx#631041</link><pubDate>Wed, 14 Jun 2006 19:07:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:631041</guid><dc:creator>marcpe</dc:creator><description>Unfortunately you cant set the resolution directly. You can suggest the quality but its ultimately upto the capture device to decide what its going to send you. &lt;br&gt;&lt;br&gt;Marcus</description></item><item><title>re: Timed Camera Capture - Update</title><link>http://blogs.msdn.com/marcpe/archive/2006/05/23/timed-camera-capture-update.aspx#636634</link><pubDate>Mon, 19 Jun 2006 10:39:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:636634</guid><dc:creator>thodac</dc:creator><description>hi, i'd like to modify cameracapture.dll to add a preview capture, do u know how can i do?</description></item><item><title>re: Timed Camera Capture - Update</title><link>http://blogs.msdn.com/marcpe/archive/2006/05/23/timed-camera-capture-update.aspx#636643</link><pubDate>Mon, 19 Jun 2006 10:56:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:636643</guid><dc:creator>marcpe</dc:creator><description>That's a little more tricky. I presume you want a 'video' preview - so the user can see the live feed from the camera - and then a still capture, right?&lt;br&gt;To achieve this you need to setup a video feed and stream the data to your preview window. When your user triggers a capture you need to stop the video feed and setup a still feed, then trigger a capture.&lt;br&gt;To setup the preview window should be a simple case of linkning the preview filter into the graph, but from my investigations it looks like there is no default preview filters installed. So you will need to create and use your own custom filter to achieve this. &lt;br&gt;I will have a go at this and post my finding when I get some time.&lt;br&gt;&lt;br&gt;Marcus</description></item><item><title>re: Timed Camera Capture - Update</title><link>http://blogs.msdn.com/marcpe/archive/2006/05/23/timed-camera-capture-update.aspx#690081</link><pubDate>Sun, 06 Aug 2006 14:50:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:690081</guid><dc:creator>Jim P</dc:creator><description>Hello Marcus&lt;br&gt;&lt;br&gt;Not a programmer, so excuse my lack of experience should the answer to my questions be an easy one. ;)&lt;br&gt;&lt;br&gt;Does your 'code', once compiled and ready to be installed require a certain brand/type of PPC? Or will it work on any WM5?&lt;br&gt;&lt;br&gt;Will the image size be controlled by the settings set in the device? &lt;br&gt;&lt;br&gt;Having the feed as described above ('video' preview) is important to me - so I can see what the camera is about capture. Was a solution found/designed?&lt;br&gt;&lt;br&gt;Do you contract out your skills?&lt;br&gt;&lt;br&gt;Thanks&lt;br&gt;&lt;br&gt;Jim</description></item><item><title>re: Timed Camera Capture - Update</title><link>http://blogs.msdn.com/marcpe/archive/2006/05/23/timed-camera-capture-update.aspx#693356</link><pubDate>Wed, 09 Aug 2006 18:20:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:693356</guid><dc:creator>Pak</dc:creator><description>Thank you for article.&lt;br&gt;I have another question about resolution. How suggest the quality?</description></item><item><title>re: Timed Camera Capture - Update</title><link>http://blogs.msdn.com/marcpe/archive/2006/05/23/timed-camera-capture-update.aspx#733812</link><pubDate>Thu, 31 Aug 2006 20:52:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:733812</guid><dc:creator>George Styles</dc:creator><description>&lt;br&gt;Hi,&lt;br&gt;&lt;br&gt;Many thanks for a great article.&lt;br&gt;&lt;br&gt;I have the same question - how do you suggest the quality? ive got as far as&lt;br&gt;&lt;br&gt;&lt;br&gt;IAMStreamConfig *pConfig = NULL;&lt;br&gt;CHK(m_pCaptureGraphBuilder-&amp;gt;FindInterface(&lt;br&gt; &amp;nbsp; &amp;nbsp;&amp;amp;PIN_CATEGORY_PREVIEW, &lt;br&gt; &amp;nbsp; &amp;nbsp;&amp;amp;MEDIATYPE_Video,&lt;br&gt; &amp;nbsp; &amp;nbsp;m_pVideoCaptureFilter, &lt;br&gt; &amp;nbsp; &amp;nbsp;IID_IAMStreamConfig, &lt;br&gt; &amp;nbsp; &amp;nbsp;(void**)&amp;amp;pConfig&lt;br&gt;));&lt;br&gt;&lt;br&gt;&lt;br&gt;AM_MEDIA_TYPE *pType = NULL;&lt;br&gt;&lt;br&gt;pConfig-&amp;gt;GetFormat(&amp;amp;pType);&lt;br&gt;pType-&amp;gt;&lt;br&gt;pConfig-&amp;gt;SetFormat(PType);&lt;br&gt;pConfig-&amp;gt;Release();&lt;br&gt;&lt;br&gt;but im not sure how to go about using pType to set the quality.&lt;br&gt;&lt;br&gt;thanks&lt;br&gt;George</description></item><item><title>re: Timed Camera Capture - Update</title><link>http://blogs.msdn.com/marcpe/archive/2006/05/23/timed-camera-capture-update.aspx#733816</link><pubDate>Thu, 31 Aug 2006 20:54:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:733816</guid><dc:creator>George Styles</dc:creator><description>&lt;br&gt;Hi,&lt;br&gt;&lt;br&gt;Many thanks for a great article.&lt;br&gt;&lt;br&gt;I have the same question - how do you suggest the quality? ive got as far as&lt;br&gt;&lt;br&gt;&lt;br&gt;IAMStreamConfig *pConfig = NULL;&lt;br&gt;CHK(m_pCaptureGraphBuilder-&amp;gt;FindInterface(&lt;br&gt; &amp;nbsp; &amp;nbsp;&amp;amp;PIN_CATEGORY_PREVIEW, &lt;br&gt; &amp;nbsp; &amp;nbsp;&amp;amp;MEDIATYPE_Video,&lt;br&gt; &amp;nbsp; &amp;nbsp;m_pVideoCaptureFilter, &lt;br&gt; &amp;nbsp; &amp;nbsp;IID_IAMStreamConfig, &lt;br&gt; &amp;nbsp; &amp;nbsp;(void**)&amp;amp;pConfig&lt;br&gt;));&lt;br&gt;&lt;br&gt;&lt;br&gt;AM_MEDIA_TYPE *pType = NULL;&lt;br&gt;&lt;br&gt;pConfig-&amp;gt;GetFormat(&amp;amp;pType);&lt;br&gt;pType-&amp;gt;&lt;br&gt;pConfig-&amp;gt;SetFormat(PType);&lt;br&gt;pConfig-&amp;gt;Release();&lt;br&gt;&lt;br&gt;but im not sure how to go about using pType to set the quality.&lt;br&gt;&lt;br&gt;thanks&lt;br&gt;George</description></item><item><title>re: Timed Camera Capture - Update</title><link>http://blogs.msdn.com/marcpe/archive/2006/05/23/timed-camera-capture-update.aspx#1266553</link><pubDate>Tue, 12 Dec 2006 19:00:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1266553</guid><dc:creator>Ryan Galgon</dc:creator><description>&lt;p&gt;Any help on using IAMStreamConfig to enumerate the possible resolutions and select a higher one? I can't seem to get any code to work properly to do that.&lt;/p&gt;</description></item><item><title>re: Timed Camera Capture - Update</title><link>http://blogs.msdn.com/marcpe/archive/2006/05/23/timed-camera-capture-update.aspx#1400011</link><pubDate>Tue, 02 Jan 2007 22:22:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1400011</guid><dc:creator>rgalgon</dc:creator><description>&lt;p&gt;For everyone asking about changing the resolution look at the source code for the WiMoBot (in the WiMo Native DLL to be specific) it shows how to enumerate the resolutions and change them.&lt;/p&gt;
&lt;p&gt;A question though, I noticed the code for taking the picture is a reworking of the CameraCapture code, is it possible to do this with video capture as well? I have tried adding in the missing components from the SDK Cameracapture sample and importing them and calling those functions directly but cannot get it to work. Help would be greatly appreciated.&lt;/p&gt;</description></item></channel></rss>