A while ago I installed the GoPro Webcam App, only to find out my GoPro is too old to work with it. Although I had removed the GoPro Webcam Application itself from /Applications
, the GoPro Webcam would still be shown in a list of choices.
To remove the GoPro Webcam from that list, you need to remove the file /Library/CoreMediaIO/Plug-ins/DAL/GoProWebcam.plugin
In Finder, use SHIFT+CMD+G to navigate to /Library/CoreMediaIO/Plug-ins/DAL/
and then remove the file GoProWebcam.plugin
☝️ If you have other Virtual Cameras installed, you’ll also find them in that folder.
Alternatively, run this in Terminal:
sudo rm /Library/CoreMediaIO/Plug-ins/DAL/GoProWebcam.plugin
(Yes, sudo
is required here)
Once the file is removed removed you’ll need to restart the affected applications, as they had already loaded that plugin into memory.
~
Thank me with a coffee.
I don\'t do this for profit but a small one-time donation would surely put a smile on my face. Thanks!
To stay in the loop you can follow @bramus or follow @bramusblog on Twitter.
Thank you! This is the only guide on this that I could find.
Thank you! This is the only guide on this that I could find.
You literally saved me. I contacted apple support, used multiple uninstaller apps, and got nothing out of any of it. Really appreciate you posting this!
Thanks for posting this, very helpful for removing GoPro completely from Mac, I knew the installer was around 30MB but the app is only 2.6MB, I was wondering where the rest went!
Thanks a mint!
It didn’t work. I don’t have any plugin but still when I open a program which using camera it uses the 3rd party application. But I already deleted everything about it.
Ditto on MacOS 14.3.n
Thanks for the tip!
In my case (Hero 9) I needed to go full force with:
$ sudo rm -r /Library/CoreMediaIO/Plug-Ins/DAL/GoProWebcam.plugin
to remove the entire plug-in directory.