# trackingjs-faceshot **Repository Path**: airsage/trackingjs-faceshot ## Basic Information - **Project Name**: trackingjs-faceshot - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-07-12 - **Last Updated**: 2021-12-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### face-tracking ![https://img.shields.io/badge/license-Apache%202.0-blue.svg?longCache=true&style=flat-square](https://img.shields.io/badge/license-Apache%202.0-blue.svg?longCache=true&style=flat-square) ![https://img.shields.io/badge/vue-2.6.10-orange.svg?style=flat-square](https://img.shields.io/badge/vue-2.6.10-orange.svg?style=flat-square) ![https://tokei.rs/b1/github/chachae/face-tracking?category=lines](https://tokei.rs/b1/github/chachae/face-tracking?category=lines) 参考github大佬做的一个通过tracking.js让相机自动捕获人脸,并截取人脸区域的demo。 ### 功能实现 - [x] 自动人脸识别 - [x] 识别成功自动关闭摄像头 - [x] 重新识别 - [x] 人脸 Base64 编码 ### 截图
tracking-faceshot
### 项目打包 ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build ``` ### License ```reStructuredText Copyright [2020] [chachae] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ```