CatxFish / obs-v4l2sink

obs studio output plugin for Video4Linux2 device
GNU General Public License v2.0
931 stars 99 forks source link

No Tools > V4L2 Video Output #77

Closed fsikora closed 3 years ago

fsikora commented 4 years ago

Hi, I followed the instructions, the cmake / make install made no errors. I do have v4l2sink.so in /usr/lib/obs-plugins. I do have a virtual cam in /dev But no V4L2 Video Output in my Tools menu. Linux Mint 20 here.

fsikora commented 3 years ago

You need to move the .so from /usr/lib/obs-plugins to /usr/lib/x86_64-linux-gnu/obs-plugins

joe-mojo commented 3 years ago

Hi, this is the opposite for me. I had de the same issue. All other OBS plugins are in /usr/lib/obs-plugins, so I had to move the .so from /usr/lib/x86_64-linux-gnu/obs-plugins to /usr/lib/obs-plugins. Then if worked flawlessly. (I'm on Ubuntu 20.04.1)