<?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: AS3 WebCam LevelsCorrection (updated)</title>
	<atom:link href="http://blog.joa-ebert.com/2006/05/07/as3-webcam-levelscorrection/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.joa-ebert.com/2006/05/07/as3-webcam-levelscorrection/</link>
	<description>Actionscript3, Flash, Scala, Java, C#, C++, Algorithms &#38; Imageprocessing</description>
	<lastBuildDate>Sun, 05 Feb 2012 21:26:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: joa</title>
		<link>http://blog.joa-ebert.com/2006/05/07/as3-webcam-levelscorrection/comment-page-1/#comment-170232</link>
		<dc:creator>joa</dc:creator>
		<pubDate>Thu, 28 May 2009 11:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.je2050.de/?p=70#comment-170232</guid>
		<description>Are you planning to use the library in an agency project?</description>
		<content:encoded><![CDATA[<p>Are you planning to use the library in an agency project?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Feakins</title>
		<link>http://blog.joa-ebert.com/2006/05/07/as3-webcam-levelscorrection/comment-page-1/#comment-170228</link>
		<dc:creator>Paul Feakins</dc:creator>
		<pubDate>Thu, 28 May 2009 10:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.je2050.de/?p=70#comment-170228</guid>
		<description>The LevelsCorrection class can take 4 arguments in its constructor:

automatic : Boolean
from : Array
gamma : Array
to : Array

The reference says the Arrays have an element for each channel - but when I pass in an array for gamma such as:

new LevelsCorrection( false, null, [ 4, 4, 4, 4 ] )
or
new LevelsCorrection( false, null, [ 4, 4, 4 ] )

I get the following:
TypeError: Error #1009: Cannot access a property or method of a null object reference.

I&#039;m assuming each channel means ARGB or RGB?</description>
		<content:encoded><![CDATA[<p>The LevelsCorrection class can take 4 arguments in its constructor:</p>
<p>automatic : Boolean<br />
from : Array<br />
gamma : Array<br />
to : Array</p>
<p>The reference says the Arrays have an element for each channel &#8211; but when I pass in an array for gamma such as:</p>
<p>new LevelsCorrection( false, null, [ 4, 4, 4, 4 ] )<br />
or<br />
new LevelsCorrection( false, null, [ 4, 4, 4 ] )</p>
<p>I get the following:<br />
TypeError: Error #1009: Cannot access a property or method of a null object reference.</p>
<p>I&#8217;m assuming each channel means ARGB or RGB?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Chernoff</title>
		<link>http://blog.joa-ebert.com/2006/05/07/as3-webcam-levelscorrection/comment-page-1/#comment-158156</link>
		<dc:creator>Josh Chernoff</dc:creator>
		<pubDate>Sun, 31 Aug 2008 04:59:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.je2050.de/?p=70#comment-158156</guid>
		<description>How are you drawing out your histograms?

I just learned how to create a histogram and I have a video with four histograms running and it looks juts fine.

http://www.as3apex.com/as3/having-fun-with-runtime-color-histograms-and-video/</description>
		<content:encoded><![CDATA[<p>How are you drawing out your histograms?</p>
<p>I just learned how to create a histogram and I have a video with four histograms running and it looks juts fine.</p>
<p><a href="http://www.as3apex.com/as3/having-fun-with-runtime-color-histograms-and-video/" rel="nofollow">http://www.as3apex.com/as3/having-fun-with-runtime-color-histograms-and-video/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: resprung</title>
		<link>http://blog.joa-ebert.com/2006/05/07/as3-webcam-levelscorrection/comment-page-1/#comment-55993</link>
		<dc:creator>resprung</dc:creator>
		<pubDate>Sat, 05 Jan 2008 12:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.je2050.de/?p=70#comment-55993</guid>
		<description>Hi Joa!

This is great. And totally unique.

Will it be possible to make it into a Flash AS3 class, to take level-corrected still shots from users&#039; webcams?

Many users have web cams that can be put to good use, but my experience is most people surf the web from low-light rooms :-)

If you will release some of the code, I could work on it.</description>
		<content:encoded><![CDATA[<p>Hi Joa!</p>
<p>This is great. And totally unique.</p>
<p>Will it be possible to make it into a Flash AS3 class, to take level-corrected still shots from users&#8217; webcams?</p>
<p>Many users have web cams that can be put to good use, but my experience is most people surf the web from low-light rooms :-)</p>
<p>If you will release some of the code, I could work on it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abdulla</title>
		<link>http://blog.joa-ebert.com/2006/05/07/as3-webcam-levelscorrection/comment-page-1/#comment-1446</link>
		<dc:creator>Abdulla</dc:creator>
		<pubDate>Sun, 21 May 2006 10:14:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.je2050.de/?p=70#comment-1446</guid>
		<description>Great stuff thank you Joa!</description>
		<content:encoded><![CDATA[<p>Great stuff thank you Joa!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

