我在Raspberry pi 4B 8 8GB上使用Raspbian buster 5.10.52-v7l+。
构建obs-studio失败,并显示以下错误:CMake Error at plugins/linux-capture/CMakeLists.txt:53 (message): PipeWire library not found! Please install PipeWire or set ENABLE_PIPEWIRE=OFF
Raspbian Buster已经安装了pipewire版本是0.2.5-1,bbs-studio构建失败需要pipewire0.3。
从源代码构建管道失败
/spa/plugins/libcamera/libcamera_wrapper.cpp:52:10: fatal error: libcamera/framebuffer.h: No such file or directory #include <libcamera/framebuffer.h>
有没有什么解决办法。升级操作系统版本。改变操作系统?谢谢。
发布于 2021-08-10 19:48:36
在cmake命令中添加以下参数:
-DENABLE_WAYLAND=OFF -DENABLE_PIPEWIRE=OFF
仅当您未使用wayland时,才能使用
https://stackoverflow.com/questions/68608473
复制相似问题