# 配置显示器、摄像头、编码和解码插件

借助这些插件，您可以对视频流执行采集、合成、分割、转换、解码、编码以及预览操作。

- **[qtiqmmfsrc](https://docs.qualcomm.com/doc/80-70018-50SC/topic/qtiqmmfsrc.html)**  

qtiqmmfsrc 插件通过 Qualcomm Camera Service 采集视频帧。
- **[qtivcomposer](https://docs.qualcomm.com/doc/80-70018-50SC/topic/qtivcomposer.html)**  

qtivcomposer 插件使用 GPU 硬件将多个输入视频流合并/混合为单个输出流。
- **[Waylandsink](https://docs.qualcomm.com/doc/80-70018-50SC/topic/waylandsink.html)**  

waylandsink 插件使用 [GstVideoSink](https://gstreamer.freedesktop.org/documentation/video/gstvideosink.html?gi-language=c) GStreamer 类。该插件基于 Wayland [Weston](https://wayland.pages.freedesktop.org/weston/) 合成器，会创建自己的窗口并在窗口中渲染传入的视频帧。
- **[qtivsplit](https://docs.qualcomm.com/doc/80-70018-50SC/topic/qtivsplit.html)**  

qtivsplit 插件使用 GPU 硬件将单个输入视频流拆分为多个输出流。流的数量是由用户定义的变量，且等于发送端口的数量。
- **[qtivtransform](https://docs.qualcomm.com/doc/80-70018-50SC/topic/qtivtransform.html)**  

qtivtransform 插件使用 GPU 硬件对由元素属性决定的 YUV 或 RGB 输入视频帧进行放大/缩小、翻转、旋转、裁剪和色彩转换。
- **[qtisocketsink](https://docs.qualcomm.com/doc/80-70018-50SC/topic/qtisocketsink.html)**  

qtisocketsink 插件使用 UNIX 套接字将文件描述符 (FD) 支持的 [GstBuffers](https://gstreamer.freedesktop.org/documentation/gstreamer/gstbuffer.html) 传输到以 qtisocketsrc 作为入口点的其他进程。
- **[qtisocketsrc](https://docs.qualcomm.com/doc/80-70018-50SC/topic/qtisocketsrc.html)**  

qtisocketsrc 插件使用 UNIX 套接字从以 qtisocketsink 为出口点的其他进程处接收 FD 支持的 [GstBuffers](https://gstreamer.freedesktop.org/documentation/gstreamer/gstbuffer.html)。
- **[v4l2h264dec](https://docs.qualcomm.com/doc/80-70018-50SC/topic/v4l2h264dec.html)**  

v4l2h264dec 插件使用 V4L2 API 对视频流进行解码。
- **[v4l2h265dec](https://docs.qualcomm.com/doc/80-70018-50SC/topic/v4l2h265dec.html)**  

v4l2h265dec 插件使用 V4L2 API 对视频流进行解码。
- **[v4l2h264enc](https://docs.qualcomm.com/doc/80-70018-50SC/topic/v4l2h264enc.html)**  

v4l2h264enc 插件使用 V4L2 API 对视频流进行编码。
- **[v4l2h265enc](https://docs.qualcomm.com/doc/80-70018-50SC/topic/v4l2h265enc.html)**  

v4l2h265enc 插件使用 V4L2 API 对视频流进行编码。
- **[v4l2vp9dec](https://docs.qualcomm.com/doc/80-70018-50SC/topic/v4l2vp9dec.html)**  

v4l2vp9dec 插件使用 V4L2 API 对视频流进行解码。

**Parent Topic:** [配置 Qualcomm GStreamer 插件](https://docs.qualcomm.com/doc/80-70018-50SC/topic/qim-sdk-plugins.html)

**Related Resources**  

- [配置音频插件](https://docs.qualcomm.com/doc/80-70018-50SC/topic/audio-plugins.html)
- [配置 ML 插件](https://docs.qualcomm.com/doc/80-70018-50SC/topic/inferencing-plugins.html)

Last Published: Nov 12, 2025

[Previous Topic
配置 Qualcomm GStreamer 插件](https://docs.qualcomm.com/bundle/publicresource/80-70018-50SC/topics/qim-sdk-plugins.md) [Next Topic
qtiqmmfsrc](https://docs.qualcomm.com/bundle/publicresource/80-70018-50SC/topics/qtiqmmfsrc.md)