<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Displaying a webcam&#8217;s video in a Flex VideoDisplay control</title>
	<link>http://blog.flexexamples.com/2008/01/22/displaying-a-webcams-video-in-a-flex-videodisplay-control/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Fri, 05 Dec 2008 01:53:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: rajkumar</title>
		<link>http://blog.flexexamples.com/2008/01/22/displaying-a-webcams-video-in-a-flex-videodisplay-control/#comment-16923</link>
		<author>rajkumar</author>
		<pubDate>Thu, 27 Nov 2008 07:29:06 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/01/22/displaying-a-webcams-video-in-a-flex-videodisplay-control/#comment-16923</guid>
		<description>This article is very good,i need to capture that video stream and my total application will be at server side.At the client side only connect the USB camera and capture his image.Is it possible for to me,please clarify my doubt.</description>
		<content:encoded><![CDATA[<p>This article is very good,i need to capture that video stream and my total application will be at server side.At the client side only connect the USB camera and capture his image.Is it possible for to me,please clarify my doubt.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://blog.flexexamples.com/2008/01/22/displaying-a-webcams-video-in-a-flex-videodisplay-control/#comment-16733</link>
		<author>Bill</author>
		<pubDate>Sun, 16 Nov 2008 21:30:58 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/01/22/displaying-a-webcams-video-in-a-flex-videodisplay-control/#comment-16733</guid>
		<description>Great example.  One thing to clarify.  I have a MacBook and tried to get this working but no luck.  The default camera instance it chose was wrong.  I used your example on getting specific instances and this showed me 3 cameras that Mac OS X thought I had. I tried using each name in succession in a loop to try to attach.  No luck.  Then I read the documentation on the Camera class and the light bulb went off.  You have to specify the index of the camera in the returned array and NOT the name as you would think.  And this is really goofy, you have to specify the index as a string.  For example, my Camera.names invocation returned the following array:
DV Video
IIDC FireWire Video
USB Video Class Video

The way to invoke the USB camera is:
camera = Camera.getCamera("2");</description>
		<content:encoded><![CDATA[<p>Great example.  One thing to clarify.  I have a MacBook and tried to get this working but no luck.  The default camera instance it chose was wrong.  I used your example on getting specific instances and this showed me 3 cameras that Mac OS X thought I had. I tried using each name in succession in a loop to try to attach.  No luck.  Then I read the documentation on the Camera class and the light bulb went off.  You have to specify the index of the camera in the returned array and NOT the name as you would think.  And this is really goofy, you have to specify the index as a string.  For example, my Camera.names invocation returned the following array:<br />
DV Video<br />
IIDC FireWire Video<br />
USB Video Class Video</p>
<p>The way to invoke the USB camera is:<br />
camera = Camera.getCamera(&#8221;2&#8243;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morad</title>
		<link>http://blog.flexexamples.com/2008/01/22/displaying-a-webcams-video-in-a-flex-videodisplay-control/#comment-16666</link>
		<author>Morad</author>
		<pubDate>Tue, 11 Nov 2008 20:15:49 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/01/22/displaying-a-webcams-video-in-a-flex-videodisplay-control/#comment-16666</guid>
		<description>This is great! But the only thing, how about the audio/microphone?

And, the main thing is that I was wondering about. Is there a possibility to record video/audio from microphone?

Your feedback is much appreciated.</description>
		<content:encoded><![CDATA[<p>This is great! But the only thing, how about the audio/microphone?</p>
<p>And, the main thing is that I was wondering about. Is there a possibility to record video/audio from microphone?</p>
<p>Your feedback is much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: darek</title>
		<link>http://blog.flexexamples.com/2008/01/22/displaying-a-webcams-video-in-a-flex-videodisplay-control/#comment-15961</link>
		<author>darek</author>
		<pubDate>Wed, 01 Oct 2008 07:34:40 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/01/22/displaying-a-webcams-video-in-a-flex-videodisplay-control/#comment-15961</guid>
		<description>hi is it possible to connect hdcam using flex? we are working with livestreaming tv application and we would like to add a new feature like live match transmition or live web conferences. so I'm asking is there possibiliity to connect hdcam I now that with web cam's there is no problem but I can't get any information how to connect to hdcam. Thx for answer</description>
		<content:encoded><![CDATA[<p>hi is it possible to connect hdcam using flex? we are working with livestreaming tv application and we would like to add a new feature like live match transmition or live web conferences. so I&#8217;m asking is there possibiliity to connect hdcam I now that with web cam&#8217;s there is no problem but I can&#8217;t get any information how to connect to hdcam. Thx for answer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrelau</title>
		<link>http://blog.flexexamples.com/2008/01/22/displaying-a-webcams-video-in-a-flex-videodisplay-control/#comment-13775</link>
		<author>andrelau</author>
		<pubDate>Sat, 28 Jun 2008 18:25:23 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/01/22/displaying-a-webcams-video-in-a-flex-videodisplay-control/#comment-13775</guid>
		<description>It looks like it cannot get the 'stream' from a DV camcorder connected. But ! it shows it in the list. I checked with www.acrobat.com and the cam does not work too.</description>
		<content:encoded><![CDATA[<p>It looks like it cannot get the &#8217;stream&#8217; from a DV camcorder connected. But ! it shows it in the list. I checked with <a href="http://www.acrobat.com" rel="nofollow">www.acrobat.com</a> and the cam does not work too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevin</title>
		<link>http://blog.flexexamples.com/2008/01/22/displaying-a-webcams-video-in-a-flex-videodisplay-control/#comment-13167</link>
		<author>kevin</author>
		<pubDate>Sun, 01 Jun 2008 12:44:34 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/01/22/displaying-a-webcams-video-in-a-flex-videodisplay-control/#comment-13167</guid>
		<description>Awesome! Thank you. I really love your examples. Have a great day.</description>
		<content:encoded><![CDATA[<p>Awesome! Thank you. I really love your examples. Have a great day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2008/01/22/displaying-a-webcams-video-in-a-flex-videodisplay-control/#comment-13154</link>
		<author>peterd</author>
		<pubDate>Sun, 01 Jun 2008 06:15:36 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/01/22/displaying-a-webcams-video-in-a-flex-videodisplay-control/#comment-13154</guid>
		<description>&lt;a href="http://blog.flexexamples.com/2008/01/22/displaying-a-webcams-video-in-a-flex-videodisplay-control/#comment-13147" rel="nofollow"&gt;kevin&lt;/a&gt;,

Does this help?
&lt;a href="http://blog.flexexamples.com/2008/01/25/getting-specific-camera-instances-using-the-static-cameragetcamera-method/" rel="nofollow"&gt;&lt;u&gt;"Getting specific camera instances using the static Camera.getCamera() method"&lt;/u&gt;&lt;/a&gt;.

Peter</description>
		<content:encoded><![CDATA[<p><a href="http://blog.flexexamples.com/2008/01/22/displaying-a-webcams-video-in-a-flex-videodisplay-control/#comment-13147" rel="nofollow">kevin</a>,</p>
<p>Does this help?<br />
<a href="http://blog.flexexamples.com/2008/01/25/getting-specific-camera-instances-using-the-static-cameragetcamera-method/" rel="nofollow"><u>&#8220;Getting specific camera instances using the static Camera.getCamera() method&#8221;</u></a>.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevin</title>
		<link>http://blog.flexexamples.com/2008/01/22/displaying-a-webcams-video-in-a-flex-videodisplay-control/#comment-13147</link>
		<author>kevin</author>
		<pubDate>Sat, 31 May 2008 23:56:25 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/01/22/displaying-a-webcams-video-in-a-flex-videodisplay-control/#comment-13147</guid>
		<description>Hi,
I have two webcam setup on my PC. Please let me know how to detect all webcams and let the user select one of them.

Thanks for the tutorials/examples.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have two webcam setup on my PC. Please let me know how to detect all webcams and let the user select one of them.</p>
<p>Thanks for the tutorials/examples.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Webcam</title>
		<link>http://blog.flexexamples.com/2008/01/22/displaying-a-webcams-video-in-a-flex-videodisplay-control/#comment-12757</link>
		<author>Webcam</author>
		<pubDate>Sun, 18 May 2008 17:23:41 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/01/22/displaying-a-webcams-video-in-a-flex-videodisplay-control/#comment-12757</guid>
		<description>Thanx this helped me a lot and lucky me that have a brand new webcam :)</description>
		<content:encoded><![CDATA[<p>Thanx this helped me a lot and lucky me that have a brand new webcam :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: usb dani</title>
		<link>http://blog.flexexamples.com/2008/01/22/displaying-a-webcams-video-in-a-flex-videodisplay-control/#comment-12439</link>
		<author>usb dani</author>
		<pubDate>Fri, 02 May 2008 13:45:28 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2008/01/22/displaying-a-webcams-video-in-a-flex-videodisplay-control/#comment-12439</guid>
		<description>A very nice example for my Webcam - works for me. Thanks a lot!</description>
		<content:encoded><![CDATA[<p>A very nice example for my Webcam - works for me. Thanks a lot!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
