Demo of basic face detection using Silk
- Flash the device with the latest Silk platform
silk run
- When the face is detected, the camera frame will be saved to
/data/face_xxx.png
on device. Useadb shell ls /data/
to see the list of the files generated and then Useadb pull /data/face_xxx.png
to retrieve it, wherexxx
varies from one file to another.