This demo demonstrates a real-time face detection system using a Microchip MPU. The system processes live video input to identify and locate human faces within the frame.
- Describe any prerequisites, libraries, OS version, etc., needed before installing program.
- ex. Windows 10
- Microchip SAMA7G54 Evaluation Kit.
- USB Camera
- Console Application - You will need a terminal emulator to interact with the terminal on board. ie. TeraTerm
- Download the Primary User Guide of SAMA7G54. Go to page 66.
Follow these steps before using the SAMA7G54-EK:
- Unpack the board, taking care to avoid electrostatic discharge.
- Check the Default Jumper Settings.
- Connect the USB-micro-AB cable to connector J24 (J-Link-OB USB port).
- Connect the other end of the cable to a free port on the PC.
- Open a terminal (console 115200, N, 8, 1) on the PC.
- Supply the board by performing one of the following connections: a. USB-micro-AB cable to connector J7 (USB-A port) b. AC/DC wall adapter to connector J1 (DC jack connector)
- Reset the board.
- A startup message appears on the console as shown in the picture below.
- Follow this guide provided by Edge Impulse to flash the image on your Microprocessor.
- How to run the program
- Step-by-step bullets
code blocks for commands
Any advise for common problems or issues.
command to run if program contains helper info
Contributors names and contact info
- 0.2
- Various bug fixes and optimizations
- See commit change or See release history
- 0.1
- Initial Release
Inspiration, code snippets, etc.