mirror of
https://github.com/pion/mediadevices.git
synced 2026-04-22 15:57:27 +08:00
Update README.md
This commit is contained in:
@@ -3,12 +3,12 @@
|
||||
### Download facedetection example
|
||||
|
||||
```
|
||||
go get github.com/pion/mediadevices/examples/facedetection
|
||||
git clone https://github.com/pion/mediadevices.git
|
||||
```
|
||||
|
||||
### Run facedetection
|
||||
### Compile and Run facedetection
|
||||
|
||||
Run `facedetection`
|
||||
Run `cd mediadevices/examples/facedetection && go build && ./facedetection`
|
||||
|
||||
You should be able to see some loggings when it can see faces.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user