Skip to content

Commit

Permalink
Merge pull request #31 from MK16kawai/dev
Browse files Browse the repository at this point in the history
update face_tracking docs
  • Loading branch information
Neutree committed Jul 12, 2024
2 parents 3b62e59 + 9bfe65d commit 977d076
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 7 deletions.
File renamed without changes
File renamed without changes
10 changes: 8 additions & 2 deletions docs/doc/en/projects/face_tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,20 @@ update:

Before reading this article, make sure you know how to develop with MaixCAM. For details, please read [Quick Start](../README.md).

[Source Code](https://github.com/sipeed/MaixPy/blob/main/projects/app_face_tracking/main.py)

[Download APP](https://maixhub.com/app/31)

After installation main.py is saved at /maixapp/apps/face_tracking/main.py.

## Description

Face recognition and tracking is accomplished using a gimbal consisting of two servos and MaixCAM.

![](../../../../projects/app_face_tracking/assets/face_tracking1.jpg)
![](../../assets/face_tracking1.jpg)


![](../../../../projects/app_face_tracking/assets/face_tracking2.jpg)
![](../../assets/face_tracking2.jpg)

## Usage of this example program

Expand Down
10 changes: 8 additions & 2 deletions docs/doc/zh/projects/face_tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,20 @@ update:

阅读本文前,确保已经知晓如何开发MaixCAM,详情请阅读[快速开始](../README.md)

[源码地址](https://github.com/sipeed/MaixPy/blob/main/projects/app_face_tracking/main.py)

[APP下载地址](https://maixhub.com/app/31)

安装之后main.py的保存地址:/maixapp/apps/face_tracking/main.py。

## 简介

基于 MaixCAM 和云台的人脸追踪程序。实际效果如下图所示:

![](../../../../projects/app_face_tracking/assets/face_tracking1.jpg)
![](../../assets/face_tracking1.jpg)


![](../../../../projects/app_face_tracking/assets/face_tracking2.jpg)
![](../../assets/face_tracking2.jpg)

## 如何使用例程

Expand Down
7 changes: 4 additions & 3 deletions projects/app_face_tracking/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@

Face recognition and tracking is accomplished using a gimbal consisting of two servos and MaixCAM.

![](./assets/face_tracking1.jpg)
![](../../docs/doc/assets/face_tracking1.jpg)

![](./assets/face_tracking2.jpg)

See [Wiki](../../docs/doc/en/projects/face_tracking.md) for more details.
![](../../docs/doc/assets/face_tracking2.jpg)

**See [Wiki](../../docs/doc/en/projects/face_tracking.md) for more details.**

0 comments on commit 977d076

Please sign in to comment.