]> git.sesse.net Git - nageru/commitdiff
Update v4l2loopback modprobe line.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 6 Apr 2020 20:30:24 +0000 (22:30 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 6 Apr 2020 20:30:24 +0000 (22:30 +0200)
I can't get Chrome to work properly without max width/height being set.

nageru/v4l_output.h

index b7686f6434e8f6e21927329731f9a28e76db0498..f3ca8cd432b44e830151ff10e385fb6b7b334cb2 100644 (file)
@@ -5,7 +5,7 @@
 // v4l2loopback to get into videoconferencing or the likes:
 //
 //   sudo apt install v4l2loopback-dkms
-//   sudo modprobe v4l2loopback video_nr=2 card_label='Nageru loopback' exclusive_caps=1
+//   sudo modprobe v4l2loopback video_nr=2 card_label='Nageru loopback' max_width=1280 max_height=720 exclusive_caps=1
 //   nageru --v4l2-output /dev/video2
 //
 // Start Nageru before any readers.