diff --git a/examples/facedetection/README.md b/examples/facedetection/README.md new file mode 100644 index 0000000..4603774 --- /dev/null +++ b/examples/facedetection/README.md @@ -0,0 +1,15 @@ +## Instructions + +### Download facedetection example + +``` +go get github.com/pion/mediadevices/examples/facedetection +``` + +### Run facedetection + +Run `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