obs-v4l2sink icon indicating copy to clipboard operation
obs-v4l2sink copied to clipboard

obs studio output plugin for Video4Linux2 device

Results 70 obs-v4l2sink issues
Sort by recently updated
recently updated
newest added

root@Kali:/home/spider/obs-v4l2sink/build# make -j4 [ 20%] Automatic MOC and UIC for target v4l2sink [ 20%] Built target v4l2sink_autogen [ 60%] Building CXX object CMakeFiles/v4l2sink.dir/src/v4l2sinkproperties.cpp.o [ 60%] Building CXX object CMakeFiles/v4l2sink.dir/src/v4l2sink.cpp.o In...

~/obs-v4l2sink/build$ make -j4 Scanning dependencies of target v4l2sink_autogen [ 20%] Automatic MOC and UIC for target v4l2sink [ 20%] Built target v4l2sink_autogen Scanning dependencies of target v4l2sink [ 40%] Building...

Hello @CatxFish , Thanks so much for this excellent initiative. I am currently trying to get this working... but in the mean time, would like to suggest that you consider...

I installed successfully to make it work toghether OBS with Zoom. I share my experience in just one post because I had to research in several posts to make it....

Fixes the build on my system where it was requiring me to define `LIBOBS_INCLUDE_DIR` instead of just find the right LibObsConfig.cmake file.

Hi, do you mind to include these build instructions for Fedora/RHEL/CentOS based distros? I tested it on Fedora 31 and CentOS 8, and your plug in works like a charm...

These are mostly CMakeLists fixes and one cpp fix, the rest is whitespace noise: - CMakeLists `include` + `find_package` fails, either `include`, or (probably what you meant to do and...

Running: `cmake -DLIBOBS_INCLUDE_DIR="../../obs-studio/libobs" -DCMAKE_INSTALL_PREFIX=/usr ..` I get: ``` -- The CXX compiler identification is unknown CMake Error at CMakeLists.txt:2 (project): No CMAKE_CXX_COMPILER could be found. Tell CMake where to find...

Hi, I'm trying to compile obs-v4l2sink on a Mageia distribution (where .deb packages are not used, rpm instead, and the conversion of the .deb package to a .rpm, using alien,...