This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] AM62A7:Yocto 构建微小配方以添加 gstemer

Guru**** 2336610 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1515442/am62a7-yocto-build-the-tiny-recipes-to-add-the-gsteramer

器件型号:AM62A7

工具/软件:

在方法"tisdk-tiny-image.bb"中添加以下命令。

image_install +="\
packagegroup-arago-gst-SDK-target \
${Arago_tiny_image_extra_install}\
"

但在我完成了这个项目之后。  图像将尺寸放大到1.2G (300米)

现在我只想使用 gstemer 从 v4l2->isp->scaler->Display 创建管道。

我可以定制该文件吗?  我要将系统保持在最小大小、并且只在映像中添加必要的文件。  非常感谢  

 packagegroup packagegroup-arago-gst-SDK-target 如下所示:

说明="在 SDK 中构建和安装标头和库的任务"
LICENSE ="MIT"
PR ="R15"

PACKAGE_ARCH ="${MACHINE_ARCH}"

继承软件包组

Gstreamer_DEPS ="\
gstreamer1.0-dev \
gstreamer1.0-plugins-base-dev \
gstreamer1.0-plugins-good-dev \
gstreamer1.0-plugins-bad-dev \
gstreamer1.0-libav-dev \
"

# gstreamer1.0-plugins-hevc-dev
Gstreamer_DEPS:append:dra7xx ="\
"

独立:${PN}="\
${Gstreamer_DEPS}\
"

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    尊敬的 Meng:

    为什么要添加 dra7xx 相关性。 v4l2h264dec/enc 已经是 GStreamer Good 插件的一部分?

    此致、

    Suren

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好、Suren、

    我已删除  dra7xx 相关性。  

     我如何 判断   v4l2h264dec/enc 是否已经是 GStreamer Good 插件的一部分?

    我还没有找到 gstreamer1.0-plugins-good-dev 的.bb 文件。

    此致、

    Meng