<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=4901&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Video camera cannot be detected in Chromium, e.g. in Google Meet]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=4901</link>
		<description><![CDATA[The most recent posts in Video camera cannot be detected in Chromium, e.g. in Google Meet.]]></description>
		<lastBuildDate>Sun, 20 Feb 2022 07:46:18 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Video camera cannot be detected in Chromium, e.g. in Google Meet]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=34766#p34766</link>
			<description><![CDATA[<div class="quotebox"><cite>ralph.ronnquist wrote:</cite><blockquote><div><p>I&#039;ve had some luck using &quot;-pix_fmt yuyv422&quot; and &quot;scale=-1:720&quot;</p></div></blockquote></div><p>Unfortunately this does not work for me in Chromium (the same way as my settings mentioned earlier).</p>]]></description>
			<author><![CDATA[dummy@example.com (bimon)]]></author>
			<pubDate>Sun, 20 Feb 2022 07:46:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=34766#p34766</guid>
		</item>
		<item>
			<title><![CDATA[Re: Video camera cannot be detected in Chromium, e.g. in Google Meet]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=34765#p34765</link>
			<description><![CDATA[<p>I&#039;ve had some luck using &quot;-pix_fmt yuyv422&quot; and &quot;scale=-1:720&quot;</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sun, 20 Feb 2022 02:29:07 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=34765#p34765</guid>
		</item>
		<item>
			<title><![CDATA[Re: Video camera cannot be detected in Chromium, e.g. in Google Meet]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=34762#p34762</link>
			<description><![CDATA[<p>Please help me to make this video cam working in browsers based on Google Chrome.</p>]]></description>
			<author><![CDATA[dummy@example.com (bimon)]]></author>
			<pubDate>Sun, 20 Feb 2022 01:19:58 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=34762#p34762</guid>
		</item>
		<item>
			<title><![CDATA[Video camera cannot be detected in Chromium, e.g. in Google Meet]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=34761#p34761</link>
			<description><![CDATA[<p>Hello,</p><p>Google Meet works on Firefox for me including video (which is actually a loopback device),</p><p>but there is no video if trying to do the same in Chromium.</p><p>Chrome does not see video camera too <img src="https://dev1galaxy.org/img/smilies/sad.png" width="15" height="15" alt="sad" /></p><p>I have wrote following script for converting a video stream from chines fish eye video camera to a /dev/video compatible with Zoom:</p><div class="codebox"><pre><code>rmmod v4l2loopback;
modprobe v4l2loopback;

sleep 1s;

set -x;

URL=&quot;rtsp://192.168.x.x:554/user=vasya&amp;password=xxx&amp;channel=&amp;stream=1.sdp?real_stream--rtp-caching=100&quot;;

#---Cut region, scales are specific to region size:
Crop=&quot; crop=210:300:210:250,&quot;;
#--- Slim:
Scale=&quot;300:350&quot;;
#--- Normal:
#Scale=&quot;300:300&quot;;

PixFormat=&quot; -pix_fmt yuv420p &quot;;

nice -n 7 ffmpeg -rtsp_transport tcp -r 1  -i &quot;$URL&quot; -vf $Crop&quot;hflip,scale=&quot;$Scale $PixFormat -f v4l2 /dev/video0;

#-reorder_queue_size 4000 -max_delay 10000000
#-target pal-dvd
#-loglevel debug
rmmod v4l2loopback;</code></pre></div><p>It works very well in Zoom and Firefox, but&#160; if trying to use default video camera setting with full resolution without a crop it would work too slow.</p><p>Also as I already told it does not work with Chrome and Chromium.</p>]]></description>
			<author><![CDATA[dummy@example.com (bimon)]]></author>
			<pubDate>Sun, 20 Feb 2022 01:14:26 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=34761#p34761</guid>
		</item>
	</channel>
</rss>
