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.

[参考译文] SK-TDA4VM:GStreamer 多点线和 CPU/GPU 利用率

Guru**** 2481465 points
Other Parts Discussed in Thread: TDA4VM

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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1458186/sk-tda4vm-gstreamer-pipline-and-cpu-gpu-utilization

器件型号:SK-TDA4VM
主题中讨论的其他器件:TDA4VM

工具与软件:

你(们)好

我只想了解 tda4vm 中的 gst-pipeline 用法。 它可以使用硬件加速器运行、也可以仅使用 a72内核运行

1.了解实际的视频编解码器是如何形成多媒体的  

如果运行具有摄像头接口的 gstreamer、 例如(管道)  gst-launch-1.0 v4l2src device="/dev/video-usb-cam1 ! 视频转换! videoscale! video/x-raw、width=1920、height=1080!  autovideosink

能够在屏幕上看到摄像头流,这利用了 视频转换和 v4l2h264enc 等,这实际上是硬件加速器的一部分。 该模型也可以在 gst-device-monitor-1.0中查看

我的实际问题是,当运行这些东西,我的 CPU 利用率上升, C7x 内核保持空闲(GPU)。 流水线在 CPU 中运行或可以在 GPU 中运行。 如果可能、我应该在 GPU 中运行。 任何帮助都将是非常充分的

谢谢。此致

Gopal