Releases: dev47apps/droidcam
Releases Β· dev47apps/droidcam
v2.0.0
- Rebuild the client to work with Ubuntu 22.1 and equivalents. #244
v1.8.2
- Bugfix: Prevent UI alerts when connection is stopped abruptly. #210
v1.8.1
Added -vflip/-hflip options to droidcam-cli
v1.8.0
- 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
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
- 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
- Dropped 'appindicator' (systray icon) support as this library is deprecated and no longer works (at least on Debian).
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:
droidcam -dev=/dev/video1
droidcam -dev=/dev/video2 -size=1280x720
droidcam-cli -dev=/dev/video3 -size=1280x720 ...
v1.6
- 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.