Hi guys
Here is a project I have been working on. I am supplying a company who have a license from the government to re-open the open air markets which have been closed due to COVID-19
They have to fulfill certain restrictions to open the markets, we are currently three weeks into an eight week trial.
The main requirements are:
1. The temperature of every person visiting the market is taken.
2. There is a capacity limit of how many people can be in the market at a given time, and it must be observed.
3. Everyone must wear a mask (Actually this is the law anyway, anywhere indoors or outdoors, with heavy personal fines for non compliance).
4. Everyone uses hand gel at the entrance.
My part of this project is 1. and 2.
For 1. I already supplied a mass thermal imaging system, and it's working fine. This can monitor up to 30 people simultaneously moving through a 3 meter wide entrance 'corridor' without stopping to be checked, It can measure core body temperature outdoors within +/- 0.3C as it uses a Black Body temperature reference which compensates for moving air currents etc, and can process 6000 people in 30 minutes. It give alarms for abnormal body temperature above 37.5C, or persons not wearing a mask. Carrying a hot cup of coffee etc will not trigger an alarm as it uses facial recognition and know the difference between a face and a coffee cup. It's working very well.
For 2. They are currently using a manual system counting people in and out with a mobile phone app which gives an occupancy level. This we need to automate. And this is where my question comes in.
This video is the system in use as it stands. My mass thermal imaging and their mobile phone occupancy app
https://www.youtube.com/watch?v=4IfaC8jvfWI
The venue occupancy control system I have uses two LAN cameras, one at the entrance and one at the exit. They are connected to a PC at the entrance using a POE switch and the LAN port. The PC shows a 'traffic light' on screen - or can drive external LED lights - and shows the current occupancy.
When the occupancy reaches 90% the traffic light goes Amber. At 100% it goes Red and you must wait at the entrance until someone leaves the exit.
This is working well at my office. The AI software is also clever enough to know if someone leaves via the entrance or enters via the exit and can still calculate the occupancy correctly.
The cameras on the LAN are 192.168.1.108 and 192.168.1.109
The PC is using ICS (Internet Connection Sharing) and is 192.168.1.1
I've attached a picture which shows the setup as it is. The square camera looking thing on the tripod at the entrance is the Black Body and only needs power.
The problems I need to overcome are as follows:
a. The exit camera is 200-300 meters from the PC at the entrance and I need to connect it via the same LAN as the entrance camera.
b. There are 400 market stores and a lot of people moving around between the entrance and exit.
c. The Exit camera is not in direct line of sight from the entrance (where the PC is located)
d. There may or may not be internet access available at the market. If there is it would be 4G but Let's assume there is not.
e. This is a portable system. It needs to be quick and easy to set up and the actual situation can vary from one venue to another.
So top and bottom of this. How do I do it?
Best regards
Rich
Here is a project I have been working on. I am supplying a company who have a license from the government to re-open the open air markets which have been closed due to COVID-19
They have to fulfill certain restrictions to open the markets, we are currently three weeks into an eight week trial.
The main requirements are:
1. The temperature of every person visiting the market is taken.
2. There is a capacity limit of how many people can be in the market at a given time, and it must be observed.
3. Everyone must wear a mask (Actually this is the law anyway, anywhere indoors or outdoors, with heavy personal fines for non compliance).
4. Everyone uses hand gel at the entrance.
My part of this project is 1. and 2.
For 1. I already supplied a mass thermal imaging system, and it's working fine. This can monitor up to 30 people simultaneously moving through a 3 meter wide entrance 'corridor' without stopping to be checked, It can measure core body temperature outdoors within +/- 0.3C as it uses a Black Body temperature reference which compensates for moving air currents etc, and can process 6000 people in 30 minutes. It give alarms for abnormal body temperature above 37.5C, or persons not wearing a mask. Carrying a hot cup of coffee etc will not trigger an alarm as it uses facial recognition and know the difference between a face and a coffee cup. It's working very well.
For 2. They are currently using a manual system counting people in and out with a mobile phone app which gives an occupancy level. This we need to automate. And this is where my question comes in.
This video is the system in use as it stands. My mass thermal imaging and their mobile phone occupancy app
https://www.youtube.com/watch?v=4IfaC8jvfWI
The venue occupancy control system I have uses two LAN cameras, one at the entrance and one at the exit. They are connected to a PC at the entrance using a POE switch and the LAN port. The PC shows a 'traffic light' on screen - or can drive external LED lights - and shows the current occupancy.
When the occupancy reaches 90% the traffic light goes Amber. At 100% it goes Red and you must wait at the entrance until someone leaves the exit.
This is working well at my office. The AI software is also clever enough to know if someone leaves via the entrance or enters via the exit and can still calculate the occupancy correctly.
The cameras on the LAN are 192.168.1.108 and 192.168.1.109
The PC is using ICS (Internet Connection Sharing) and is 192.168.1.1
I've attached a picture which shows the setup as it is. The square camera looking thing on the tripod at the entrance is the Black Body and only needs power.
The problems I need to overcome are as follows:
a. The exit camera is 200-300 meters from the PC at the entrance and I need to connect it via the same LAN as the entrance camera.
b. There are 400 market stores and a lot of people moving around between the entrance and exit.
c. The Exit camera is not in direct line of sight from the entrance (where the PC is located)
d. There may or may not be internet access available at the market. If there is it would be 4G but Let's assume there is not.
e. This is a portable system. It needs to be quick and easy to set up and the actual situation can vary from one venue to another.
So top and bottom of this. How do I do it?
Best regards
Rich
Comment