Skip to content

Releases: dev47apps/droidcam-linux-client

v1.7.2

05 Mar 20:17
Compare
Choose a tag to compare
  • GUI client saves + restores horizontal and vertical flip changes
  • GUI client: Exposure lock and white-balance controls
  • Update keyboard accelerators, hopefully fix the numpad plus/minus shortcuts for all keyboards
  • CLI client: -nocontrols flag to facilitate "headless mode" (#143)

v1.7.1

14 Jan 03:47
Compare
Choose a tag to compare
  • Dropped 'appindicator' (systray icon) support as this library is deprecated and no longer works (at least on Debian).

v1.7

13 Jan 00:50
Compare
Choose a tag to compare
  • 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

04 Nov 23:37
Compare
Choose a tag to compare
  • Added support for the regular v4l2loopback module ( Original pr #105 )
  • Fixed bug with server mode not using the port value correctly in the GUI
  • Fixed bug when connecting to iOS device via USB ( #97 )

Hint: You can "Watch" this repo to get notified of new Releases.

v1.5

27 Sep 19:04
Compare
Choose a tag to compare
  • 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

05 Jul 18:08
Compare
Choose a tag to compare

Add iOS USB support
Fix for video delay buildups.

v1.3

06 Jun 17:48
Compare
Choose a tag to compare

Fix auto-signing code in install script.
Add separate A/V toggles to the GUI client.
Switch to GTK3, with thanks to @invidian .

Sound Support

24 May 17:43
Compare
Choose a tag to compare

Added sound support.
Moved settings to ~/.config.
Lots of small changes.