notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details
droidcam Turn your mobile device(s) into a wireless/usb webcam
2.1.4 multimedia on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.1.3_3Version of this port present on the latest quarterly branch.
Maintainer: nxjoseph@protonmail.com search for ports maintained by this maintainer
Port Added: 2024-04-24 15:57:04
Last Update: 2025-06-30 19:16:30
Commit Hash: c233682
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
License: GPLv2
WWW:
https://github.com/dev47apps/droidcam-linux-client
Description:
DroidCam turns your phone/tablet into a webcam for your PC. Use it with chat programs like Zoom, MS Teams, and Skype.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (7 items)
Collapse this list.
  1. bin/droidcam
  2. bin/droidcam-cli
  3. share/applications/droidcam.desktop
  4. share/pixmaps/droidcam.png
  5. /usr/local/share/licenses/droidcam-2.1.4/catalog.mk
  6. /usr/local/share/licenses/droidcam-2.1.4/LICENSE
  7. /usr/local/share/licenses/droidcam-2.1.4/GPLv2
Collapse this list.
Dependency lines:
  • droidcam>0:multimedia/droidcam
To install the port:
cd /usr/ports/multimedia/droidcam/ && make install clean
To add the package, run one of these commands:
  • pkg install multimedia/droidcam
  • pkg install droidcam
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: droidcam
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1751236292 SHA256 (dev47apps-droidcam-linux-client-v2.1.4_GH0.tar.gz) = 785c2d760b410b90b78a4f9604656e462a5c2eb9c1a351c61237dd57c36c0a4a SIZE (dev47apps-droidcam-linux-client-v2.1.4_GH0.tar.gz) = 86139

Packages (timestamps in pop-ups are UTC):
droidcam
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-2.1.3_3-2.1.3_32.1.3_3---
FreeBSD:13:quarterly-2.1.3_3-2.1.3_32.1.3_3---
FreeBSD:14:latest-2.1.4-2.1.3_32.1.4---
FreeBSD:14:quarterly-2.1.3_3-2.1.3_32.1.4---
FreeBSD:15:latest-2.1.3_3n/a2.1.3_3n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. videodev2.h : multimedia/v4l_compat
  2. gmake>=4.4.1 : devel/gmake
  3. pkgconf>=1.3.0_1 : devel/pkgconf
  4. x11.pc : x11/libX11
Runtime dependencies:
  1. adb : devel/android-tools
  2. usbmuxd : comms/usbmuxd
  3. webcamd : multimedia/webcamd
  4. x11.pc : x11/libX11
Library dependencies:
  1. libappindicator3.so : devel/libappindicator
  2. libasound.so : audio/alsa-lib
  3. libdbusmenu-glib.so : devel/libdbusmenu
  4. libspeex.so : audio/speex
  5. libswscale.so : multimedia/ffmpeg
  6. libturbojpeg.so : graphics/libjpeg-turbo
  7. libusbmuxd-2.0.so : comms/libusbmuxd
  8. libatk-1.0.so : accessibility/at-spi2-core
  9. libcairo.so : graphics/cairo
  10. libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
  11. libglib-2.0.so : devel/glib20
  12. libintl.so : devel/gettext-runtime
  13. libgtk-3.so : x11-toolkits/gtk30
  14. libharfbuzz.so : print/harfbuzz
  15. libpango-1.0.so : x11-toolkits/pango
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
multimedia_droidcam
USES:
gmake gnome pkgconfig xorg
pkg-message:
For install:
DroidCam requires webcamd which depend on `cuse` module to work properly. NOTE: use either sudo or became root for steps right below. - To enable it permanently on every boot: # sysrc kld_list+=cuse # kldload cuse - To enable it only for current session: # kldload cuse NOTE: use either sudo or became root for steps right below. replace $USER with your normal user's name and $GROUP with your normal user's group to own the /dev/videoX device. To start webcamd service to use your mobile device as a webcam wirelessly. # webcamd -B -U $USER -G $GROUP -c v4l2loopback To start webcamd service to use your mobile device as a wired USB webcam. NOTE: The flags -d, -N, -S and -M will be different for you, replace accordingly. You can learn these by just running `webcamd` with sudo or root, it will guide you. # webcamd -B -d ugen0.4 -N Xiaomi-Redmi-Note-12 -S 1234567 -M 0 -B -U $USER -G $GROUP -c v4l2loopback To use your mobile device as a webcam wirelessly. 1. Install DroidCam to your mobile device from Play Store. 2. Open the DroidCam app and give required permissions. 3. Keep the information shown on the app. 4. Launch DroidCam GUI on your PC. 5. Be sure that you have selected WiFi/LAN mode. 6. Enter your device's WiFi IP address and port number correctly then start the webcam using the start button. NOTE: You need to enable USB debugging in your mobile device from Developer Options first. To use your mobile device as a wired USB webcam. 1. Install DroidCam to your mobile device from Play Store. 2. Open the DroidCam app and give required permissions. 3. Keep the information shown on the app. 4. Launch DroidCam GUI on your PC. 5. Be sure that you have selected USB (Android/IOS) mode. 6. Enter your device's port number correctly then start the webcam using the start button. NOTE: If you get the error: No devices detected, run these commands below either with sudo or as root. # adb kill-server (may fail, keep going) # adb start server (this may require you to accept a question on your mobile device's screen)
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/dev47apps/droidcam-linux-client/tar.gz/v2.1.4?dummy=/
Collapse this list.

Number of commits found: 7

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.1.4
30 Jun 2025 19:16:30
commit hash: c233682016360670176c3449f1e02ca651fc872dcommit hash: c233682016360670176c3449f1e02ca651fc872dcommit hash: c233682016360670176c3449f1e02ca651fc872dcommit hash: c233682016360670176c3449f1e02ca651fc872d files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
Author: Yusuf Yaman
multimedia/droidcam: Improve pkg-message

PR:	287918
2.1.4
30 Jun 2025 16:02:52
commit hash: 391ac0f1b0d8a2bd547757a2b1b7d59385be4e78commit hash: 391ac0f1b0d8a2bd547757a2b1b7d59385be4e78commit hash: 391ac0f1b0d8a2bd547757a2b1b7d59385be4e78commit hash: 391ac0f1b0d8a2bd547757a2b1b7d59385be4e78 files touched by this commit
Vladimir Druzenko (vvd) search for other commits by this committer
Author: Yusuf Yaman
multimedia/droidcam: Update 2.1.3 => 2.1.4

Changelog (linux-related):
https://github.com/dev47apps/droidcam-linux-client/releases/tag/v2.1.4

Remove unused dependencies.
Replce dependencies from LIB_DEPENDS with USES.
Update COMMENT to simply explain what is this port for instead of an
pointless comment.
Update pkg-message to hopefully make it better and provide a how-to.

PR:	287918
2.1.3_3
17 Mar 2025 04:02:08
commit hash: e87d8134a3460dff28f0c469fff83a187e9820bccommit hash: e87d8134a3460dff28f0c469fff83a187e9820bccommit hash: e87d8134a3460dff28f0c469fff83a187e9820bccommit hash: e87d8134a3460dff28f0c469fff83a187e9820bc files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
gnome.mk: rename gdkpixbuf2 to gdkpixbuf to prepare for port move

The GTK 1-based gdk-pixbuf has not existed for some time.

No functional or package changes.
2.1.3_3
30 Sep 2024 14:07:48
commit hash: 3377cfa4c2e7ab8a4b29fb977588de6e9b72b22ccommit hash: 3377cfa4c2e7ab8a4b29fb977588de6e9b72b22ccommit hash: 3377cfa4c2e7ab8a4b29fb977588de6e9b72b22ccommit hash: 3377cfa4c2e7ab8a4b29fb977588de6e9b72b22c files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
Author: Yusuf Yaman
multimedia/droidcam: Fix previous patch and minor changes

This patch fixes 281586 by adding forgotten directory pointing to the program's
icon path.
Also, now it uses ${PORTNAME} wherever it's possible and replaces program's
installation path with ${PREFIX} in program's .desktop file.

PR:		281720
Fixes:		adc8361b87972451ffbfe619aa714bc2fd2fa024
2.1.3_2
25 Sep 2024 06:28:05
commit hash: adc8361b87972451ffbfe619aa714bc2fd2fa024commit hash: adc8361b87972451ffbfe619aa714bc2fd2fa024commit hash: adc8361b87972451ffbfe619aa714bc2fd2fa024commit hash: adc8361b87972451ffbfe619aa714bc2fd2fa024 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
Author: Yusuf Yaman
multimedia/droidcam: fix system tray icon not showing up

 * Fix system tray icon not showing up
 * Change GitHub project name
 * add pkg-message

PR:		281586
Event:		EuroBSDcon 2024
2.1.3_1
11 Jul 2024 01:45:33
commit hash: 41f806cbbc2a42b16932ce9a373b6d31014305e6commit hash: 41f806cbbc2a42b16932ce9a373b6d31014305e6commit hash: 41f806cbbc2a42b16932ce9a373b6d31014305e6commit hash: 41f806cbbc2a42b16932ce9a373b6d31014305e6 files touched by this commit
Jason E. Hale (jhale) search for other commits by this committer
*.*: Bump consumers of devel/libplist

Shlib version has be been bumped in devel/libplist and other components
pertaining to the libimobledevice stack. Consequently, all consumers need
to be rebuilt.

PR:		280014
Reported by:	<fabio.comolli@gmail.com>
2.1.3
24 Apr 2024 15:53:09
commit hash: 570bd449d4b9b8e0c65b1d7d33e5c404f256389ccommit hash: 570bd449d4b9b8e0c65b1d7d33e5c404f256389ccommit hash: 570bd449d4b9b8e0c65b1d7d33e5c404f256389ccommit hash: 570bd449d4b9b8e0c65b1d7d33e5c404f256389c files touched by this commit
Kurt Jaeger (pi) search for other commits by this committer
Author: Yusuf Yaman
multimedia/droidcam: New port: GNU/Linux/nix client for DroidCam

DroidCam turns your phone/tablet into a webcam for your PC.
Use it with chat programs like Zoom, MS Teams, and Skype.

PR:		278432
Author:		Yusuf Yaman <nxjosephofficial@protonmail.com>
WWW:		https://github.com/dev47apps/droidcam

Number of commits found: 7