Releases: dev47apps/droidcam-linux-client
Releases · dev47apps/droidcam-linux-client
v1.7.2
v1.7.1
v1.7
- Added 'Vertical Flip' option, for 180º video. (original PR: #120)
- Added Gnome desktop entry. (original PR: #127)
- GUI client will show a warning when closing with active connection.
- Added
-dev
command line option, to use a specific video device instead of auto-discovery.
This makes it possible to run multiple webcams in parallel, if multiple v4l2loopback devices are available. Eg:
(you will likely need to re-load the v4l2loopback module if you want a new size option to take effect)
droidcam -dev=/dev/video1
droidcam -dev=/dev/video2 -size=1280x720
droidcam-cli -dev=/dev/video3 -size=1280x720 ...
v1.6
v1.5
- Added Appindicator widget, original pr #79
- Added the ability to load the webcam in portrait (vertical) mode. Original pr #100
- Added video mirroring option (Ctrl+M shortcut in GUI client, 'M' in cli client)
For example, its now possible to do
sudo insmod /lib/modules/`uname -r`/kernel/drivers/media/video/v4l2loopback-dc.ko width=720 height=960
which will result in rotated video.
Not all programs may load the webcam with these parameters (eg. Discord does not) but many do (eg. Zoom and OBS).
v1.4
v1.3
Sound Support
Added sound support.
Moved settings to ~/.config.
Lots of small changes.