首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >obs-studio在Raspbain Buster上构建失败

obs-studio在Raspbain Buster上构建失败
EN

Stack Overflow用户
提问于 2021-08-01 07:51:26
回答 1查看 300关注 0票数 0

我在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>

有没有什么解决办法。升级操作系统版本。改变操作系统?谢谢。

EN

回答 1

Stack Overflow用户

发布于 2021-08-10 19:48:36

在cmake命令中添加以下参数:

-DENABLE_WAYLAND=OFF -DENABLE_PIPEWIRE=OFF

仅当您未使用wayland时,才能使用

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/68608473

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档