+ 1
Can someone give a logic to count the number of people using an elevator in a day?
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..
+ 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.
+ 1
Thanks
+ 1
in easy way give them a gps tracker đ