juechafun/04-归档/归档资源/归档说明-优创未来样例程序.md

72 lines
1.2 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
#领域/未知
#复盘/0 #临时/备忘 #状态/待处理
## 一句话描述
[________]
---
归档日期2026/04/22
归档名称260422-优创未来样例程序.zip
内容简述:优创未来样例程序
---
归档日期2026/04/29
归档名称260429-优创未来样例程序.rar
内容简述:优创未来样例程序
---
归档日期2026/05/18
归档名称260518-优创未来样例程序.rar
内容简述:优创未来样例程序
---
# 优创未来样例程序
## 使用说明
### 前置检查
1. 检查摄像头“程序控制”版本 >= v3.5.13
2. 检查实验板版本 >= 1.6.5
### 操作步骤
1. 信息科技实验板插在扩展板上
2. 语音合成插在 P13/P5
3. 摄像头插在 P3/P12
4. 上传 camera_ai.py 和 main.py
5. 运行 main.py 程序
6. N1 - 测试色块
7. N3 - 测试 OCR
8. N5 - 测试人脸识别
9. N6 - 测试语音合成
10. N7 - 测试情绪识别
11. N8 - 测试自学习分类
## 设备说明
- 拓展板
- 信息科技实验板
- 语音合成模块
- 摄像头
## 接线说明
| 设备   | 引脚         |
| ----- | ---------- |
| 语音合成 | rxP5/txP13 |
| 摄像头   | rxP3/txP12 |
## 文件说明
- camera_ai.py 摄像头串口封装
- main.py 主程序