<?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"
	>
<channel>
	<title>Comments for actionshrimp.com</title>
	<atom:link href="http://www.actionshrimp.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.actionshrimp.com</link>
	<description>fun and geekery</description>
	<pubDate>Thu, 28 Aug 2008 13:09:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Comment on Logitech QuickCam E2500 on Ubuntu Skype by Dave</title>
		<link>http://www.actionshrimp.com/2008/08/logitech-quickcam-e2500-on-ubuntu-skype/#comment-41</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 25 Aug 2008 19:16:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionshrimp.com/?p=8#comment-41</guid>
		<description>ah, it might be a conflict with gstfakevideo and the 64 bit version of the gstreamer package then. I'm afraid I don't know how you'd go about fixing that! sorry :(</description>
		<content:encoded><![CDATA[<p>ah, it might be a conflict with gstfakevideo and the 64 bit version of the gstreamer package then. I&#8217;m afraid I don&#8217;t know how you&#8217;d go about fixing that! sorry <img src='http://www.actionshrimp.com/wordpress/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Logitech QuickCam E2500 on Ubuntu Skype by smaba</title>
		<link>http://www.actionshrimp.com/2008/08/logitech-quickcam-e2500-on-ubuntu-skype/#comment-40</link>
		<dc:creator>smaba</dc:creator>
		<pubDate>Mon, 25 Aug 2008 19:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionshrimp.com/?p=8#comment-40</guid>
		<description>nope...that doesn't help. It tells me, that libgstreamer0.10-dev and pkg-config already are the newest versions. Do I have to install any 32bit libaries on my 64bit machine?</description>
		<content:encoded><![CDATA[<p>nope&#8230;that doesn&#8217;t help. It tells me, that libgstreamer0.10-dev and pkg-config already are the newest versions. Do I have to install any 32bit libaries on my 64bit machine?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Logitech QuickCam E2500 on Ubuntu Skype by Dave</title>
		<link>http://www.actionshrimp.com/2008/08/logitech-quickcam-e2500-on-ubuntu-skype/#comment-39</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 25 Aug 2008 19:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionshrimp.com/?p=8#comment-39</guid>
		<description>hmm, might be a problem with dependencies... try:

sudo apt-get install libgstreamer0.10-dev pkg-config

and see what happens.</description>
		<content:encoded><![CDATA[<p>hmm, might be a problem with dependencies&#8230; try:</p>
<p>sudo apt-get install libgstreamer0.10-dev pkg-config</p>
<p>and see what happens.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Logitech QuickCam E2500 on Ubuntu Skype by smaba</title>
		<link>http://www.actionshrimp.com/2008/08/logitech-quickcam-e2500-on-ubuntu-skype/#comment-38</link>
		<dc:creator>smaba</dc:creator>
		<pubDate>Mon, 25 Aug 2008 16:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionshrimp.com/?p=8#comment-38</guid>
		<description>ooops...I posted too early :( - When I wanna compile gstfakevideo I get this:

~/gstfakevideo$ make
gcc -O2 -Wall -m32  `pkg-config gstreamer-0.10 --cflags`  -ldl `pkg-config gstreamer-0.10 --libs` -shared -fpic gst.c gstfakevideo.c -o libgstfakevideo.so
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.2.3/../../../libgstreamer-0.10.so when searching for -lgstreamer-0.10
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.2.3/../../../libgstreamer-0.10.a when searching for -lgstreamer-0.10
/usr/bin/ld: skipping incompatible /usr/bin/../lib/libgstreamer-0.10.so when searching for -lgstreamer-0.10
/usr/bin/ld: skipping incompatible /usr/bin/../lib/libgstreamer-0.10.a when searching for -lgstreamer-0.10
/usr/bin/ld: skipping incompatible /usr/lib/libgstreamer-0.10.so when searching for -lgstreamer-0.10
/usr/bin/ld: skipping incompatible /usr/lib/libgstreamer-0.10.a when searching for -lgstreamer-0.10
/usr/bin/ld: cannot find -lgstreamer-0.10
collect2: ld gab 1 als Ende-Status zurück
make: *** [libgstfakevideo.so] Fehler 1


any ideas how to fix that?</description>
		<content:encoded><![CDATA[<p>ooops&#8230;I posted too early <img src='http://www.actionshrimp.com/wordpress/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> - When I wanna compile gstfakevideo I get this:</p>
<p>~/gstfakevideo$ make<br />
gcc -O2 -Wall -m32  `pkg-config gstreamer-0.10 &#8211;cflags`  -ldl `pkg-config gstreamer-0.10 &#8211;libs` -shared -fpic gst.c gstfakevideo.c -o libgstfakevideo.so<br />
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.2.3/../../../libgstreamer-0.10.so when searching for -lgstreamer-0.10<br />
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.2.3/../../../libgstreamer-0.10.a when searching for -lgstreamer-0.10<br />
/usr/bin/ld: skipping incompatible /usr/bin/../lib/libgstreamer-0.10.so when searching for -lgstreamer-0.10<br />
/usr/bin/ld: skipping incompatible /usr/bin/../lib/libgstreamer-0.10.a when searching for -lgstreamer-0.10<br />
/usr/bin/ld: skipping incompatible /usr/lib/libgstreamer-0.10.so when searching for -lgstreamer-0.10<br />
/usr/bin/ld: skipping incompatible /usr/lib/libgstreamer-0.10.a when searching for -lgstreamer-0.10<br />
/usr/bin/ld: cannot find -lgstreamer-0.10<br />
collect2: ld gab 1 als Ende-Status zurück<br />
make: *** [libgstfakevideo.so] Fehler 1</p>
<p>any ideas how to fix that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Logitech QuickCam E2500 on Ubuntu Skype by smaba</title>
		<link>http://www.actionshrimp.com/2008/08/logitech-quickcam-e2500-on-ubuntu-skype/#comment-37</link>
		<dc:creator>smaba</dc:creator>
		<pubDate>Mon, 25 Aug 2008 15:35:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionshrimp.com/?p=8#comment-37</guid>
		<description>u r the best!!! it worked. The only thing is, that it seems now a bit too bright. But i will try to adjust the gamma parameter.

thanks a lot!</description>
		<content:encoded><![CDATA[<p>u r the best!!! it worked. The only thing is, that it seems now a bit too bright. But i will try to adjust the gamma parameter.</p>
<p>thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Logitech QuickCam E2500 on Ubuntu Skype by Lennaron</title>
		<link>http://www.actionshrimp.com/2008/08/logitech-quickcam-e2500-on-ubuntu-skype/#comment-36</link>
		<dc:creator>Lennaron</dc:creator>
		<pubDate>Sun, 24 Aug 2008 19:45:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionshrimp.com/?p=8#comment-36</guid>
		<description>Nice HowTo,

Skype works with the webcam now, but this fakevideo stuff not yet, I got an error message when I used make to compile from the source, but I'll try the next days to find the problem. Actually you saved my day ;-)</description>
		<content:encoded><![CDATA[<p>Nice HowTo,</p>
<p>Skype works with the webcam now, but this fakevideo stuff not yet, I got an error message when I used make to compile from the source, but I&#8217;ll try the next days to find the problem. Actually you saved my day <img src='http://www.actionshrimp.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Logitech QuickCam E2500 on Ubuntu Skype by FrankBe44</title>
		<link>http://www.actionshrimp.com/2008/08/logitech-quickcam-e2500-on-ubuntu-skype/#comment-35</link>
		<dc:creator>FrankBe44</dc:creator>
		<pubDate>Sat, 23 Aug 2008 07:58:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionshrimp.com/?p=8#comment-35</guid>
		<description>Me again. Re-reading my questions I realise I've left out key bits. I did extract both files. It was when I typed "cd gspcav1-20071224" that things unravelled. I got an error 'no such file or directory'. Therefore I assumed I had started out in the wrong (Desktop) directory! So (IOW) what now?
FrankBe44</description>
		<content:encoded><![CDATA[<p>Me again. Re-reading my questions I realise I&#8217;ve left out key bits. I did extract both files. It was when I typed &#8220;cd gspcav1-20071224&#8243; that things unravelled. I got an error &#8216;no such file or directory&#8217;. Therefore I assumed I had started out in the wrong (Desktop) directory! So (IOW) what now?<br />
FrankBe44</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Logitech QuickCam E2500 on Ubuntu Skype by FrankBe44</title>
		<link>http://www.actionshrimp.com/2008/08/logitech-quickcam-e2500-on-ubuntu-skype/#comment-34</link>
		<dc:creator>FrankBe44</dc:creator>
		<pubDate>Sat, 23 Aug 2008 07:41:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionshrimp.com/?p=8#comment-34</guid>
		<description>Hi,
Thank you for this helpful site so far. I am somewhat of a beginner in this type of Terminal work. You lost me in the 5th paragraph.
IOW the zipped tar files gspcav etc were downloaded to my Desktop.
Do I stay in this directory when I extract the files or move the *.gz files to another directory? If so to which directory? 
(And to save me a lot of reading - how to move the files? )
Thanks again.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thank you for this helpful site so far. I am somewhat of a beginner in this type of Terminal work. You lost me in the 5th paragraph.<br />
IOW the zipped tar files gspcav etc were downloaded to my Desktop.<br />
Do I stay in this directory when I extract the files or move the *.gz files to another directory? If so to which directory?<br />
(And to save me a lot of reading - how to move the files? )<br />
Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Logitech QuickCam E2500 on Ubuntu Skype by Dave</title>
		<link>http://www.actionshrimp.com/2008/08/logitech-quickcam-e2500-on-ubuntu-skype/#comment-33</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sun, 17 Aug 2008 21:53:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionshrimp.com/?p=8#comment-33</guid>
		<description>Do you mean it worked the first time with the "device=/dev/video1" part of the command, but your video was in video0? Also I find that if the autoexp=0 is set, if your room is very light it can really be far too bright in skype. Maybe try playing around with that setting?</description>
		<content:encoded><![CDATA[<p>Do you mean it worked the first time with the &#8220;device=/dev/video1&#8243; part of the command, but your video was in video0? Also I find that if the autoexp=0 is set, if your room is very light it can really be far too bright in skype. Maybe try playing around with that setting?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Logitech QuickCam E2500 on Ubuntu Skype by rick</title>
		<link>http://www.actionshrimp.com/2008/08/logitech-quickcam-e2500-on-ubuntu-skype/#comment-31</link>
		<dc:creator>rick</dc:creator>
		<pubDate>Sat, 16 Aug 2008 16:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.actionshrimp.com/?p=8#comment-31</guid>
		<description>Hey this is just great! It worked fine. But there is something that annoyes me: First when i run gstfakevideo with skype "gstfakevideo v4lsrc device=/dev/video1 ! ffmpegcolorspace" my webcam worked perfect! it improved the brigthness automatically. after moving video0 to video1 it never worked again within skype. i moved it back but the brightness didnt improve automatically either. 
ps: it still works in cheese!!

what can i do?</description>
		<content:encoded><![CDATA[<p>Hey this is just great! It worked fine. But there is something that annoyes me: First when i run gstfakevideo with skype &#8220;gstfakevideo v4lsrc device=/dev/video1 ! ffmpegcolorspace&#8221; my webcam worked perfect! it improved the brigthness automatically. after moving video0 to video1 it never worked again within skype. i moved it back but the brightness didnt improve automatically either.<br />
ps: it still works in cheese!!</p>
<p>what can i do?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
