<?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: [WP7] Using the camera in the emulator</title>
	<atom:link href="http://www.japf.fr/2010/05/wp7-using-the-camera-in-the-emulator/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.japf.fr/2010/05/wp7-using-the-camera-in-the-emulator/</link>
	<description>Jeremy Alles Presentation Foundation: WPF, Silverlight, Windows Phone 7, Windows 8</description>
	<lastBuildDate>Fri, 13 Jan 2012 15:59:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: madhuka</title>
		<link>http://www.japf.fr/2010/05/wp7-using-the-camera-in-the-emulator/comment-page-1/#comment-2111</link>
		<dc:creator>madhuka</dc:creator>
		<pubDate>Fri, 10 Sep 2010 10:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.japf.fr/?p=553#comment-2111</guid>
		<description>hi, try this out it work Capturing Photo by Windows 7 phone Camera 
http://madhukaudantha.blogspot.com/2010/09/capturing-photo-by-windows-7-phone.html</description>
		<content:encoded><![CDATA[<p>hi, try this out it work Capturing Photo by Windows 7 phone Camera<br />
<a href="http://madhukaudantha.blogspot.com/2010/09/capturing-photo-by-windows-7-phone.html" rel="nofollow">http://madhukaudantha.blogspot.com/2010/09/capturing-photo-by-windows-7-phone.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ylogico</title>
		<link>http://www.japf.fr/2010/05/wp7-using-the-camera-in-the-emulator/comment-page-1/#comment-1990</link>
		<dc:creator>ylogico</dc:creator>
		<pubDate>Sun, 08 Aug 2010 16:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.japf.fr/?p=553#comment-1990</guid>
		<description>Thanks for this post!!

I&#039;ve been trying to do it by myself but when application shows the camera interface... application debug stops... and completed event never raises (I think so... I can&#039;t debug it...).

Do you know why could this be???

Thanks in advance!!</description>
		<content:encoded><![CDATA[<p>Thanks for this post!!</p>
<p>I&#8217;ve been trying to do it by myself but when application shows the camera interface&#8230; application debug stops&#8230; and completed event never raises (I think so&#8230; I can&#8217;t debug it&#8230;).</p>
<p>Do you know why could this be???</p>
<p>Thanks in advance!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://www.japf.fr/2010/05/wp7-using-the-camera-in-the-emulator/comment-page-1/#comment-1978</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Fri, 06 Aug 2010 11:53:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.japf.fr/?p=553#comment-1978</guid>
		<description>Nuno,

In the latest version of the tools, the signature of the event has changed. You must now use:

var t = new CameraCaptureTask();
t.Completed += new EventHandler&lt;PhotoResult&gt;(t_Completed);

void t_Completed(object sender, PhotoResult e)
{
        throw new NotImplementedException();
}

Hope it helps :-)</description>
		<content:encoded><![CDATA[<p>Nuno,</p>
<p>In the latest version of the tools, the signature of the event has changed. You must now use:</p>
<p>var t = new CameraCaptureTask();<br />
t.Completed += new EventHandler
<photoresult>(t_Completed);</p>
<p>void t_Completed(object sender, PhotoResult e)<br />
{<br />
        throw new NotImplementedException();<br />
}</p>
<p>Hope it helps <img src='http://www.japf.fr/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </photoresult>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nuno</title>
		<link>http://www.japf.fr/2010/05/wp7-using-the-camera-in-the-emulator/comment-page-1/#comment-1974</link>
		<dc:creator>Nuno</dc:creator>
		<pubDate>Thu, 05 Aug 2010 20:15:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.japf.fr/?p=553#comment-1974</guid>
		<description>Hi Cedric,

I have the beta tools, and tried the code.
However I am getting the following error:

No overload for &#039;cameraTask_Completed&#039; matches delegate &#039;System.EventHandler&#039;	

Can you help me?

Thanks 
Nuno</description>
		<content:encoded><![CDATA[<p>Hi Cedric,</p>
<p>I have the beta tools, and tried the code.<br />
However I am getting the following error:</p>
<p>No overload for &#8216;cameraTask_Completed&#8217; matches delegate &#8216;System.EventHandler&#8217;	</p>
<p>Can you help me?</p>
<p>Thanks<br />
Nuno</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cedric</title>
		<link>http://www.japf.fr/2010/05/wp7-using-the-camera-in-the-emulator/comment-page-1/#comment-1730</link>
		<dc:creator>Cedric</dc:creator>
		<pubDate>Tue, 20 Jul 2010 08:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.japf.fr/?p=553#comment-1730</guid>
		<description>After updating my graphic card drivers I saw some extra buttons but none of them takes a picture.

You can follow this issue at http://www.windowsphone7.com/backstage/forums/index.aspx/gaming-app-development_applications_pciture-w-camera-emulator</description>
		<content:encoded><![CDATA[<p>After updating my graphic card drivers I saw some extra buttons but none of them takes a picture.</p>
<p>You can follow this issue at <a href="http://www.windowsphone7.com/backstage/forums/index.aspx/gaming-app-development_applications_pciture-w-camera-emulator" rel="nofollow">http://www.windowsphone7.com/backstage/forums/index.aspx/gaming-app-development_applications_pciture-w-camera-emulator</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cedric</title>
		<link>http://www.japf.fr/2010/05/wp7-using-the-camera-in-the-emulator/comment-page-1/#comment-1692</link>
		<dc:creator>Cedric</dc:creator>
		<pubDate>Fri, 16 Jul 2010 14:56:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.japf.fr/?p=553#comment-1692</guid>
		<description>Thanks, good post!
I downloaded beta tools on vista and i have the same problem with camera. I see a black screen and the icon that is also seen on the first screenshot (top left, a sitting dog i guess)
Will post if i find a solution :)

btw here is code for beta tools

        private CameraCaptureTask cameraTask;
        // Constructor
        public MainPage()
        {
            InitializeComponent();
            cameraTask = new CameraCaptureTask();
            cameraTask.Completed += new EventHandler(cameraTask_Completed);
        }

        void cameraTask_Completed(object sender, PhotoResult e)
        {
            var photoStream = e.ChosenPhoto;

            var bitmapImage = new BitmapImage();
            bitmapImage.SetSource(photoStream);

            this.image.Source = bitmapImage;
        }

        private void button1_Click(object sender, RoutedEventArgs ee)
        {
            cameraTask.Show();
        }</description>
		<content:encoded><![CDATA[<p>Thanks, good post!<br />
I downloaded beta tools on vista and i have the same problem with camera. I see a black screen and the icon that is also seen on the first screenshot (top left, a sitting dog i guess)<br />
Will post if i find a solution <img src='http://www.japf.fr/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>btw here is code for beta tools</p>
<p>        private CameraCaptureTask cameraTask;<br />
        // Constructor<br />
        public MainPage()<br />
        {<br />
            InitializeComponent();<br />
            cameraTask = new CameraCaptureTask();<br />
            cameraTask.Completed += new EventHandler(cameraTask_Completed);<br />
        }</p>
<p>        void cameraTask_Completed(object sender, PhotoResult e)<br />
        {<br />
            var photoStream = e.ChosenPhoto;</p>
<p>            var bitmapImage = new BitmapImage();<br />
            bitmapImage.SetSource(photoStream);</p>
<p>            this.image.Source = bitmapImage;<br />
        }</p>
<p>        private void button1_Click(object sender, RoutedEventArgs ee)<br />
        {<br />
            cameraTask.Show();<br />
        }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gar</title>
		<link>http://www.japf.fr/2010/05/wp7-using-the-camera-in-the-emulator/comment-page-1/#comment-1573</link>
		<dc:creator>gar</dc:creator>
		<pubDate>Tue, 08 Jun 2010 08:49:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.japf.fr/?p=553#comment-1573</guid>
		<description>Jeremy,

Thank you. I got the black screen on vista, and I will try it on OS 7 later.</description>
		<content:encoded><![CDATA[<p>Jeremy,</p>
<p>Thank you. I got the black screen on vista, and I will try it on OS 7 later.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://www.japf.fr/2010/05/wp7-using-the-camera-in-the-emulator/comment-page-1/#comment-1572</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Tue, 08 Jun 2010 07:23:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.japf.fr/?p=553#comment-1572</guid>
		<description>I&#039;ve seen your question on the WP7 forum. This is weired, I have no idea what is wrong :(</description>
		<content:encoded><![CDATA[<p>I&#8217;ve seen your question on the WP7 forum. This is weired, I have no idea what is wrong <img src='http://www.japf.fr/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gar</title>
		<link>http://www.japf.fr/2010/05/wp7-using-the-camera-in-the-emulator/comment-page-1/#comment-1571</link>
		<dc:creator>gar</dc:creator>
		<pubDate>Tue, 08 Jun 2010 07:20:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.japf.fr/?p=553#comment-1571</guid>
		<description>I got the SDK 7.1,
 

Microsoft Visual Studio 2010
Version WM7ToolsRel - 30319.31
Microsoft .NET Framework
Version 4.0.30319 RTMRel

Installed Version: PD Express

Microsoft Visual C# 2010   02053-315-4422943-70001
Microsoft Visual C# 2010

Microsoft XNA Game Studio   4.0
Microsoft XNA Game Studio 4.0
Build 4.0.20410.0

 

I am not sure are they the latest versions?

Thanks!</description>
		<content:encoded><![CDATA[<p>I got the SDK 7.1,</p>
<p>Microsoft Visual Studio 2010<br />
Version WM7ToolsRel &#8211; 30319.31<br />
Microsoft .NET Framework<br />
Version 4.0.30319 RTMRel</p>
<p>Installed Version: PD Express</p>
<p>Microsoft Visual C# 2010   02053-315-4422943-70001<br />
Microsoft Visual C# 2010</p>
<p>Microsoft XNA Game Studio   4.0<br />
Microsoft XNA Game Studio 4.0<br />
Build 4.0.20410.0</p>
<p>I am not sure are they the latest versions?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gar</title>
		<link>http://www.japf.fr/2010/05/wp7-using-the-camera-in-the-emulator/comment-page-1/#comment-1569</link>
		<dc:creator>gar</dc:creator>
		<pubDate>Mon, 07 Jun 2010 22:13:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.japf.fr/?p=553#comment-1569</guid>
		<description>Jeremy,

Yes.</description>
		<content:encoded><![CDATA[<p>Jeremy,</p>
<p>Yes.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

