Can someone give a logic to count the number of people using an elevator in a day? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can someone give a logic to count the number of people using an elevator in a day?

9th Sep 2017, 3:02 PM
supriya s
4 Answers
+ 2
you need either CCTV , or Movement Censor / scanner first to count , else you might end up counting manually.. if you have Censor or Cam , start code , it easy if it's movement censor , just sum / count per 1 direction movement , there will be trigger toggle of true then false during scanning.. but , if there's 2 way direction counted , then divide it by 2.. if you use Cam , you need the Digital Image Processing course or ComputerVision knowledge ( usually served in IT University ) to manipulate graph or Face recognition or such , then count it per face or per head or per body , regardless , just don't double counted.. store data per 00:00 then reset count variable back to 0 daily..
12th Sep 2017, 1:59 PM
Mikhael Anthony
Mikhael Anthony - avatar
+ 2
Hi Supriya, which programming language are you using? if you are using cameras, then apply concepts of computer vision and image processing.you also can use motion sensor devices.
13th Sep 2017, 8:21 AM
Vijay
Vijay - avatar
+ 1
Thanks
13th Sep 2017, 6:16 AM
supriya s
+ 1
in easy way give them a gps tracker 😄
13th Sep 2017, 7:24 AM
Boo
Boo - avatar