# 在 QIM 容器中运行摄像头用例

Source: [https://docs.qualcomm.com/doc/80-70020-50SC/topic/container-use-cases-camera.html](https://docs.qualcomm.com/doc/80-70020-50SC/topic/container-use-cases-camera.html)

1. 激活显示器：

        export XDG_RUNTIME_DIR=/dev/socket/weston && export WAYLAND_DISPLAY=wayland-1Copy to clipboard
2. 例如，运行来自实时源的单个 1080p YUV
                        视频流的用例：

        gst-launch-1.0 -e qtiqmmfsrc name=camsrc video_1::type=preview ! video/x-raw,format=NV12,width=1920,height=1080,framerate=30/1,interlace-mode=progressive,colorimetry=bt601 ! waylandsink fullscreen=true sync=falseCopy to clipboard

    如需了解更多用例，请参阅[运行多媒体用例](https://docs.qualcomm.com/doc/80-70020-50SC/topic/multimedia-use-cases.html)。

## 已知问题

- Docker 中未启用对以下内容的支持：
    - GStd。
    - NV12 UBWC 压缩流。
    - 示例应用程序依赖于 NV12 UBWC。
- Docker 中不支持 [gst-ai-usb-camera-app](https://docs.qualcomm.com/doc/80-70020-50SC/topic/ai-usb-camera.html) 应用程序。
- [gst-ai-multi-input-output-object-detection](https://docs.qualcomm.com/doc/80-70020-50SC/topic/gst-ai-multi-input-output-object-detection.html) 应用程序不支持 RTSP 接收。
- 在 Docker 中的 [gst-ai-parallel-inference](https://docs.qualcomm.com/doc/80-70020-50SC/topic/gst-ai-parallel-inference.html) 应用程序中，观察到有轻微的丢帧现象。
- Docker 中的 [gst-ai-daisychain-detection-pose](https://docs.qualcomm.com/doc/80-70020-50SC/topic/daisy-chain-detection-and-pose-detection.html) 应用程序不支持编码。
- Docker 中不支持 [gst-ai-face-detection](https://docs.qualcomm.com/doc/80-70020-50SC/topic/gst-ai-face-detection.html) 和 [gst-ai-face-recognition](https://docs.qualcomm.com/doc/80-70020-50SC/topic/gst-ai-face-recognition.html) 示例应用程序。

**Parent Topic:** [将 Qualcomm IM SDK 部署为容器](https://docs.qualcomm.com/doc/80-70020-50SC/topic/application-deployment-within-container-api-gstd.html)

Last Published: Jul 23, 2025

[Previous Topic
运行 Docker 镜像以执行多媒体/AI 用例](https://docs.qualcomm.com/bundle/publicresource/80-70020-50SC/topics/container-use-cases-for-camera.md) [Next Topic
GStreamer 命令行用例](https://docs.qualcomm.com/bundle/publicresource/80-70020-50SC/topics/gstreamer-application-use-cases.md)