Navigation

    全志在线开发者论坛

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • 在线文档
    • 社区主页
    1. Home
    2. jll1985
    J
    • Profile
    • Following 0
    • Followers 0
    • my integral 204
    • Topics 3
    • Posts 3
    • Best 0
    • Groups 0

    jll1985LV 3

    @jll1985

    204
    integral
    0
    Reputation
    1
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    jll1985 Unfollow Follow

    Latest posts made by jll1985

    • T507,如何交叉编译gst-omx-1.14.4,使之能够调用omx硬件加速

      已交叉编译好Gstreamer,现在要交叉编译gst-omx-1.14.4,从SDK中拷贝libOmxCore.so、libOmxVdec.so、libOmxVenc.so库文件到/home/embedsky/arm64/lib中,拷贝Omx_Core.h、OMX_Index.h、OMX_Types.h头文件到/home/embedsky/arm64/include中,使用
      ./configure --host=aarch64-linux-gnu --prefix=/home/embedsky/arm64
      --with-omx-target=generic
      --enable-omx
      LDFLAGS="-L/home/embedsky/arm64/lib -Wl,-rpath-link=/home/embedsky/arm64/lib -L/home/embedsky/arm64/lib64 -Wl,-rpath-link=/home/embedsky/arm64/lib64"
      编译是否正确

      posted in T Series
      J
      jll1985
    • T507中如何配置omx,使其能够H264编码

      db814e8a-f301-4fef-8269-ee4a81633dcf-image.png

      posted in 编译和烧写问题专区
      J
      jll1985