Files
arc/.planning/PROJECT.md
leon 184c3a9f16 feat(example): 添加人脸注册按钮和ID显示功能
- 添加注册按钮,点击生成随机人脸ID(格式:F + 8位数字)
- 实时显示检测到的人脸对应的ID
- 使用彩色标签区分已注册(绿色)和未注册(橙色)状态

Quick task: 260330-ld1
2026-03-30 15:28:31 +08:00

38 lines
783 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
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.
# ArcSoft Face Recognition Plugin
## What This Is
Flutter 人脸识别插件,基于 ArcSoft SDK 实现 Android 平台的人脸检测和识别功能。
## Core Value
提供简单易用的 Flutter 人脸识别 API封装 ArcSoft SDK 的复杂性。
## Requirements
### Validated
- ✓ 人脸检测 - existing
- ✓ 人脸特征提取 - existing
- ✓ 活体检测 - existing
### Active
- [ ] 在 example 应用中添加人脸注册功能
- [ ] 显示检测到的人脸 ID
### Out of Scope
- iOS 平台支持 — 当前仅 Android
## Context
Flutter 插件项目,使用 Method Channel 与 Android 原生层通信。
## Constraints
- **Platform**: Android only (minSdk 24+)
- **SDK**: ArcSoft Face Recognition SDK
---
*Last updated: 2026-03-30 after initialization*