【问题标题】:obs-studio build fails on Raspbain Busterobs-studio 在 Raspbian Buster 上构建失败
【发布时间】:2021-08-01 07:51:26
【问题描述】:

我在 Raspberry pi 4B 8GB 上使用 Raspbian buster 5.10.52-v7l+

构建 obs-studio 失败: CMakeplugins/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>

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

【问题讨论】:

    标签: raspbian-buster obs-studio pipewire


    【解决方案1】:

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

    -DENABLE_WAYLAND=OFF -DENABLE_PIPEWIRE=OFF

    这仅在您不使用 Wayland 时才有效

    【讨论】:

      猜你喜欢
      • 2020-07-30
      • 2018-12-01
      • 2015-08-18
      • 2021-12-14
      • 1970-01-01
      • 2017-11-26
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多