rust-appearance-measurement

一个基于摄像头的姿态监控跨平台桌面应用

使用

  1. 通过 Release 下载最新的构建成果包
  2. 通过源代码自行构建

打开主程序使用

开发

# 下载源码
git clone git@github.com:546669204/rust-appearance-measurement.git

# 运行
cargo run

# 构建
cargo build