Skip to content

Linux Releases

aramg edited this page Jul 5, 2024 · 20 revisions

Option 1 - Flathub

flatpak install flathub com.obsproject.Studio.Plugin.DroidCam

Option 2 - Manual Install via zip file

The DroidCam plugin releases are made to be generic and mostly self contained. The main dependency is ffmpeg.

You may check which FFMpeg version your system is using, and download accordingly.
Specifically, it is the libavcodec package that matters:
libavcodec58 == ffmpeg-4
libavcodec59 == ffmpeg-5
libavcodec60 == ffmpeg-6
an so on...

DroidCam OBS Plugin Releases

Consult the README.TXT in the download zip on how to install.

Flatpak based releases should be compatible with your system as long as the ffmpeg version matches.

Clone this wiki locally