Skip to content

Releases: dev47apps/droidcam

v2.0.0

13 Apr 17:52
Compare
Choose a tag to compare
  • Rebuild the client to work with Ubuntu 22.1 and equivalents. #244

v1.9.0

07 Mar 21:17
Compare
Choose a tag to compare
  • Various Fixes

v1.8.2

14 Feb 02:35
Compare
Choose a tag to compare
  • Bugfix: Prevent UI alerts when connection is stopped abruptly. #210

v1.8.1

30 Nov 00:33
Compare
Choose a tag to compare

Added -vflip/-hflip options to droidcam-cli

v1.8.0

29 Jul 22:10
Compare
Choose a tag to compare
  • Fix for iOS USB connections dropping instantly (via #184)
  • Code updates (via #184)
  • Binaries now go into /usr/local/bin instead of /usr/bin, which is more "correct" for non-packaged software
  • Add battery-level check and label
  • Add flag that allows other programs (eg. ffmpeg) to use the v4l2-dc device

v1.7.3

03 May 20:48
Compare
Choose a tag to compare
Version 1.7.3

Bring back app-indicator by popular demand (#159).
Debian Bullseye users will need to work around the now missing package.

Compile with libjpeg-turbo 2.1.0

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:
    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.