<?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>Building a Full Featured Mobile Camera Application: C4FCamera</title><link>http://blogs.msdn.com/coding4fun/archive/2009/07/07/9725275.aspx</link><description>By Robert Fischer , Technical Architect, Daugherty Business Solutions Pierre Lafromboise , Business Intelligence Architect, Daugherty Business Solutions, and Anne Fischer Maybe you have always wanted to get started developing a Windows Mobile 6.x application</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Building a Full Featured Mobile Camera Application: C4FCamera</title><link>http://blogs.msdn.com/coding4fun/archive/2009/07/07/9725275.aspx#9823066</link><pubDate>Tue, 07 Jul 2009 22:23:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9823066</guid><dc:creator>marauderz</dc:creator><description>&lt;p&gt;I haven't tried out your code yet, but have you tried to run your program on images from a 5MP camera, which are about 900k in size? I'm getting an out of memory exception when I try to create the bitmap object.&lt;/p&gt;</description></item><item><title>re: Building a Full Featured Mobile Camera Application: C4FCamera</title><link>http://blogs.msdn.com/coding4fun/archive/2009/07/07/9725275.aspx#9858081</link><pubDate>Wed, 05 Aug 2009 17:28:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9858081</guid><dc:creator>Howler</dc:creator><description>&lt;p&gt;Is there a way to easily get an image from the camera without using the CameraDialog class? I want my program to be able to take and store images without having to show the preview and/or waiting for the user to actually take the picture.&lt;/p&gt;</description></item><item><title>re: Building a Full Featured Mobile Camera Application: C4FCamera</title><link>http://blogs.msdn.com/coding4fun/archive/2009/07/07/9725275.aspx#9859400</link><pubDate>Thu, 06 Aug 2009 20:34:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9859400</guid><dc:creator>Coding4Fun</dc:creator><description>&lt;p&gt;@Howler, So what I've learned is you can do it with native code via DirectShow but it is OEM dependent which means just because the device has a camera, it doesn't mean you can use DirectShow.&lt;/p&gt;
&lt;p&gt;I'd do some tests with the CameraDialog class to see if you can set visiblity and programmatically take pictures.&lt;/p&gt;
</description></item><item><title>re: Building a Full Featured Mobile Camera Application: C4FCamera</title><link>http://blogs.msdn.com/coding4fun/archive/2009/07/07/9725275.aspx#9893286</link><pubDate>Wed, 09 Sep 2009 23:16:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9893286</guid><dc:creator>RobG</dc:creator><description>&lt;p&gt;Is there a way to do this within a browser based application that uses PIE or IE on WinMo 6.x?&lt;/p&gt;</description></item><item><title>re: Building a Full Featured Mobile Camera Application: C4FCamera</title><link>http://blogs.msdn.com/coding4fun/archive/2009/07/07/9725275.aspx#9893293</link><pubDate>Wed, 09 Sep 2009 23:24:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9893293</guid><dc:creator>Coding4Fun</dc:creator><description>&lt;p&gt;@RobG you want a pure web app that lets you use the camera? &amp;nbsp;Let me find out, I'm leaning toward it isn't possible. &amp;nbsp;I have a few ideas that i know will work on Windows but not sure if they can be done on Mobile.&lt;/p&gt;
</description></item><item><title>re: Building a Full Featured Mobile Camera Application: C4FCamera</title><link>http://blogs.msdn.com/coding4fun/archive/2009/07/07/9725275.aspx#9893309</link><pubDate>Wed, 09 Sep 2009 23:53:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9893309</guid><dc:creator>Coding4Fun</dc:creator><description>&lt;p&gt;@RobG, Yes you can if you do the camera stuff via an ActiveX Control.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/iemobile/archive/2007/06/20/ie-mobile-support-of-activex.aspx"&gt;http://blogs.msdn.com/iemobile/archive/2007/06/20/ie-mobile-support-of-activex.aspx&lt;/a&gt; &lt;/p&gt;
</description></item><item><title>re: Building a Full Featured Mobile Camera Application: C4FCamera</title><link>http://blogs.msdn.com/coding4fun/archive/2009/07/07/9725275.aspx#9893951</link><pubDate>Fri, 11 Sep 2009 04:04:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9893951</guid><dc:creator>Coding4Fun</dc:creator><description>&lt;p&gt;@RobG &amp;nbsp;There are samples in the WM SDK that you could merge together to get it running... &lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/en-us/library/bb158780.aspx"&gt;http://msdn.microsoft.com/en-us/library/bb158780.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The AXSample is an IE Mobile ActiveX sample. &amp;nbsp;There is also a Camera Capture sample that shows you how to call the native Camera APIs. &amp;nbsp; &amp;nbsp;You could start with AXSample and plug in the camera code and then you would just need to do some basic smoke testing to make sure the UI works the way you want from inside IE.&lt;/p&gt;
</description></item></channel></rss>