# 摄像头应用示例

摄像头的示例程序为单流和多流场景、预览和快照、配置和属性的动态更新以及 Qualcomm Linux 摄像头的各种其他功能提供了自定义用例。

- **[摄像头编码](https://docs.qualcomm.com/doc/80-70015-50SC/topic/camera-encode.html)**  

**gst-camera-encode-example** 程序允许您录制和编码单个摄像头流，然后保存输出。
- **[摄像头检测显示](https://docs.qualcomm.com/doc/80-70015-50SC/topic/camera-detection-display.html)**  

**gst-camera-detect-display.py** 脚本使用 YOLO v8 TensorFlow Lite 模型来检测摄像头流中的目标对象，在识别到的目标对象周围绘制边框，然后显示结果。
- **[摄像头检测编码](https://docs.qualcomm.com/doc/80-70015-50SC/topic/camera-detection-encode.html)**  

**gst-camera-detection-encode.py** 使用 YOLOv8 TensorFlow Lite 模型从摄像头流中识别场景中的目标对象，并在检测到的目标对象上叠加边框，然后转储结果。
- **[解码检测显示](https://docs.qualcomm.com/doc/80-70015-50SC/topic/decode-detection-display.html)**  

**gst-decode-detect-display.py** 使用 YOLOv8 TensorFlow Lite 模型从输入视频流中识别场景中的目标对象，在检测到的目标对象上叠加边框，然后转储结果。

**Parent Topic:** [Python 示例程序](https://docs.qualcomm.com/doc/80-70015-50SC/topic/python-sample-applications.html)

Last Published: Nov 11, 2025

[Previous Topic
Python 示例程序](https://docs.qualcomm.com/bundle/publicresource/80-70015-50SC/topics/python-sample-applications.md) [Next Topic
摄像头编码](https://docs.qualcomm.com/bundle/publicresource/80-70015-50SC/topics/camera-encode.md)