obs-v4l2sink
obs-v4l2sink copied to clipboard
cmake issue
On running:
cmake -DLIBOBS_INCLUDE_DIR="../../obs-studio/libobs" -DCMAKE_INSTALL_PREFIX=/usr ..
Output:
CMake Error at external/FindLibObs.cmake:98 (include):
include could not find load file:
/home/devl09/OBS/obs-studio/libobs/../cmake/external/ObsPluginHelpers.cmake
Call Stack (most recent call first):
CMakeLists.txt:5 (include)
-- Configuring incomplete, errors occurred!
See also "/home/devl09/OBS/obs-v4l2sink/build/CMakeFiles/CMakeOutput.log".
i had the same issue to, trying to find a way to fix it
Installing libobs-dev via apt install libobs-dev
fixed this problem for me.
Original answer
Thanks @rayrrr for pointing out a mistake in my post before the edit.
the package name is actually libobs-dev
...that worked for me. Thanks @applesud !
I have the same issue, even with libobs-dev being installed.