-
Notifications
You must be signed in to change notification settings - Fork 16
Home
Omal Perera edited this page Sep 13, 2016
·
1 revision
Welcome to the Human-detection-system-with-raspberry-Pi wiki!
You may need following components to get the expected Results
- A raspberry pi 2 or 3 model B (Raspberry pi 3 model 3 has been used in my case)
- A compatible camera module (CAMERA MODULE V2)
- A power Adapter with 2.0A - 2.5A (RASPBERRY PI UNIVERSAL POWER SUPPLY)
- A micro SD card (16Gb -32GB recommended)
- Any compatible Raspbian OS can be used. (Raspbian Jessie used for this project)
- Update the OS to latest
sudo apt-get update
- Upgrade the OS
sudo apt-get upgrade
- Update the Raspberry Pi firmware
sudo rpi-update
- Should install OpenCV
- Should Install Python