]> git.sesse.net Git - nageru/commitdiff
Release Nageru and Futatabi 1.9.3. 1.9.3
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 12 Apr 2020 09:25:34 +0000 (11:25 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 12 Apr 2020 09:25:34 +0000 (11:25 +0200)
NEWS
meson.build

diff --git a/NEWS b/NEWS
index 3a8af6314499f112db5c659f57dcaee5c2f2bcff..6dfe0dcdcb25c1ca01217e4334de7033a7833939 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Nageru and Futatabi 1.9.3, April 12th, 2020
+
+  - Support (video-only) V4L2 output. The intended use case is output into
+    v4l2loopback to get into videoconferencing or the likes:
+
+     sudo apt install v4l2loopback-dkms
+     sudo modprobe v4l2loopback video_nr=2 card_label='Nageru loopback' max_width=1280 max_height=720 exclusive_caps=1
+     nageru --v4l-output /dev/video2
+   
+   Start Nageru before any readers.
+
+
 Nageru and Futatabi 1.9.2, March 29th, 2020
 
   - Support handling white balance directly in Nageru, without themes
index 79fb198a8fabcfcec122700c65d9712625262f6b..6a3021a89d236b167676d0f41904e56f3edb636f 100644 (file)
@@ -1,4 +1,4 @@
-project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '1.9.2')
+project('nageru', 'cpp', default_options: ['buildtype=debugoptimized'], version: '1.9.3')
 
 cxx = meson.get_compiler('cpp')
 qt5 = import('qt5')