mirror of
https://github.com/pion/mediadevices.git
synced 2026-04-23 00:07:29 +08:00
16 lines
366 B
Markdown
16 lines
366 B
Markdown
## Instructions
|
|
|
|
### Download facedetection example
|
|
|
|
```
|
|
git clone https://github.com/pion/mediadevices.git
|
|
```
|
|
|
|
### Compile and Run facedetection
|
|
|
|
Run `cd mediadevices/examples/facedetection && go build && ./facedetection`
|
|
|
|
You should be able to see some loggings when it can see faces.
|
|
|
|
Congrats, you have used pion-MediaDevices! Now start building something cool
|