People counting system can be implemented in various domains such as libraries, schools, airports, malls. People observation and counting is of interest in many commercial and non-commercial scenarios. The number of people entering and leaving shops, the occupancy of office buildings or the passenger count of commuter trains provides useful information to shop merchants and marketers, security officials or train operators. People counter is a device used to count the number of pedestrians walking through a door or corridor. Most of the time, this system is used at the entrance of a building so that the total number of visitors can be recorded.
When traffic is fluctuating, business is fluctuating. But do you always understand the factors that are affecting traffic. You may think sales reports and a walk around the shopping centre or museum tell you all about your visitors and customers. But a people counting system is like having an army of people looking at your building, all the time, every day of the year. We can help you see trends. We can help you "zoom out" and reach beyond today's sales or visitor figures.
- Raspian OS: This is the recommended OS for Raspberry Pi. You can also installed other OS from third party. Raspbian OS is Debian based OS. We can install it from Noobs installer. You can get the link from here.
- Putty: PuTTY is an SSH and telnet client, developed originally by Simon Tatham for the Windows platform. PuTTY is open source software that is available with source code and is developed and supported by a group of volunteers. Here we are using Putty for accessing our Raspberry Pi remotely. You can download PuTTY here.
- OpenCv: OpenCV (Open Source Computer Vision Library) is an open source computer vision and machine learning software library. OpenCV was built to provide a common infrastructure for computer vision applications and to accelerate the use of machine perception in the commercial products. Being a BSD-licensed product, OpenCV makes it easy for businesses to utilize and modify the code. The library has more than 2500 optimized algorithms, which includes a comprehensive set of both classic and state-of-the-art computer vision and machine learning algorithms. These algorithms can be used to detect and recognize faces, identify objects, classify human actions in videos, track camera movements, track moving objects and extract 3D models of objects.
You only need two hardware here:
- Raspberry Pi: This is the latest version of Raspberry Pi. In this we have inbuilt Bluetooth and wi-fi, unlike previously we have to use Wi-Fi dongle in one of its USB port. There are total 40 pins in RPI3. Of the 40 pins, 26 are GPIO pins and the others are power or ground pins (plus two ID EEPROM pins). There are 4 USB Port and 1 Ethernet slot, one HDMI port, 1 audio output port and 1 micro USB port and also many other things you can see the diagram on right side. And also we have one micro SD card slot wherein we have to installed the recommended. Operating system on micro SD card. There are two ways to interact with your Raspberry Pi. Either you can interact directly through HDMI port by connecting HDMI to VGA cable, and keyboard and mouse or else you can interact from any system through SSH (Secure Shell). (For example in windows you can interact from putty ssh.) Figure is given above.
- USB Cameras USB Cameras are imaging cameras that use USB 2.0 or USB 3.0 technology to transfer image data. USB Cameras are designed to easily interface with dedicated computer systems by using the same USB technology that is found on most computers. The accessibility of USB technology in computer systems as well as the 480 Mb/s transfer rate of USB 2.0 makes USB Cameras ideal for many imaging applications. An increasing selection of USB 3.0 Cameras is also available with data transfer rates of up to 5 Gb/s.
Here are the Installation steps for Python OpenCv on Raspberry Pi:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install build-essential
sudo apt-get install cmake git libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev
sudo apt-get install python-dev python-numpy libtbb2 libtbb-dev libjpeg-dev libpng-dev libtiff-dev libjasper-dev libdc1394-22-dev
sudo apt-get install python-opencv
sudo apt-get install python-matplotlib
Steps description for enabling camera are given above:
Congratulations you have successfully finished your project; If have any doubt regarding this project feel free to comment us below or you can mail us on info@deligence.com. And if you want to learn more about these type of project then feel free to visit our Youtube channel: here
Thanks & Regards,
Deligence Technologies
Comments