This project was developed as part of the course "Project Computer Systems Engineering" in the Computer Engineering program at HTW Berlin.
We are planning to develop a machine that counts the number of people in a room. This can be useful to comply with any regulations on the number of participants at, e.g. in the context of infection control laws.
Our objectives are achieved by placing sensors at the entrance of the room. These sensors can register whether a person enters or leaves the room. The data is collected, stored and processed by a Raspberry Pi. The Pi also controls the output of the display and the optional light signalling system.
Assuming you have cloned this Repo to your Pi and your in the project directory.
cd src
make
sudo make install