Thread 中讨论的其他器件:TDA4VH
工具/软件:
硬件:TDA4VH
SDK:1001 Linux + RTOS
我们对通过硬件加速器减少 CPU 使用的解决方案非常感兴趣、这在上述文章中最终提到。
能否根据 TDA4VH 提供用于摄像头捕捉和编码器的示例程序?
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.
您好:
对于延迟深表歉意、以下是一个示例流水线、用于说明如何使用 dma-buf 来提高编码器性能:
gst-launch-1.0 filesrc location=/ ! rawvideoparse width=1920 height=1080 format=nv12 帧速=60/1 色度=bt709! tiovxmemalloc pool-size=4! v4l2h264enc output-io-mode=5! fakesink
请告诉我这是否适合您。
此致、
Sarabesh S.
尊敬的 Sarabesh S:
我们做了、gst pipe cmd: appsrc format=gst_format_time is-live=true do-timestamp=true block=false name=myAppSrc0 ! 队列
! video/x-raw、width=(int) 1920、height=(int) 1080、帧速率=(分数)30/1、format=(string) NV12、 interlace-mode=(string)progressive, colorimetry=(string)smpte240m! tiovxmemalloc pool-size=4! v4l2h264enc 比特率=15000000 GOP-size=30! 视频/x-h264! h264parse config-interval=1
! 排队! appsink name=myAppSink0 max-Buffer=50 DROP=true。
但有一个问题: gst_element_FACTORY gstlementfacture.c:458:gst_element_FACTORY_MAKE:没有这样的元素 factory “tiovxmemalloc"!“!
如何解决这个问题? 你有什么建议吗?
谢谢、
尊敬的 Sarabesh S:
您可以关闭当前线程。
使用另一个主题跟踪问题: TDA4VH-Q1:v4l2h264enc CPU 负载优化 — 处理器论坛-处理器 — TI E2E 支持论坛
BR
李云杰