<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Quickcam &#8211; Flugphase</title>
	<atom:link href="https://blog.reauktion.de/tag/quickcam/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.reauktion.de</link>
	<description>Die Gedanken sind frei</description>
	<lastBuildDate>Fri, 03 Apr 2020 19:45:21 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Webcam, Linux, cheese, vlc, skype&#8230;</title>
		<link>https://blog.reauktion.de/webcam-linux-cheese-vlc-skype/</link>
		
		<dc:creator><![CDATA[Markus Fritsche]]></dc:creator>
		<pubDate>Fri, 03 Apr 2020 19:45:21 +0000</pubDate>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Quickcam]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[webcam]]></category>
		<guid isPermaLink="false">https://dynamic.reauktion.de/flugphase/?p=2789</guid>

					<description><![CDATA[During the recent home office wave, I wanted to reactivate my webcam (Logitech Quickcam Chat, yes, it only has 176x144px but that&#8217;s fine for my use case). Of course, my laptop has an integrated webcam, but that&#8217;s about 75cm above and to the right of me &#8211; I&#8217;m having a &#8222;broker-type&#8220; desk setup. Problem is,...]]></description>
										<content:encoded><![CDATA[
<p>During the recent home office wave, I wanted to reactivate my webcam (Logitech Quickcam Chat, yes, it only has 176x144px but that&#8217;s fine for my use case). Of course, my laptop has an integrated webcam, but that&#8217;s about 75cm above and to the right of me &#8211; I&#8217;m having a &#8222;broker-type&#8220; desk setup.</p>



<p>Problem is, the webcam is not recognized by Skype for Business (using the Citrix HDX RT Media Engine), cheese or Microsoft Teams for Linux. </p>



<p>I found the reason &#8211; those programs only support YUY2 color formats, while the webcam (and other solutions, like droidcam) supply other formats. Solution:</p>



<ol class="wp-block-list"><li>Install v4l2loopback from git</li><li>Create a loopback video device by loading the module</li><li>Start a gstreamer pipline to convert the color space</li></ol>



<p>For my quickcam chat, it looks like this:</p>



<pre class="wp-block-preformatted">gst-launch-1.0 -v v4l2src device=/dev/video2 ! video/x-bayer ! bayer2rgb ! videobalance saturation=0.8 ! videoconvert ! video/x-raw,format=YUY2 ! v4l2sink device=/dev/video4</pre>



<p>/dev/video2 being the device of the webcam, /dev/video4 being the loopback device created earlier by loading the loopback module.</p>



<p>The loopback module has to be started with more than default buffers: </p>



<pre class="wp-block-preformatted">sudo modprobe v4l2loopback max_buffers=16</pre>



<p>An example for droidcam (droidcam being /dev/video3):</p>



<pre class="wp-block-preformatted">gst-launch-1.0 -v v4l2src device=/dev/video3 ! smooth ! videoconvert ! video/x-raw,format=YUY2 ! v4l2sink device=/dev/video4</pre>



<p></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
