Back to Parent

We ran into a few challenges that required some changes in the design.
-- The sensor originally detected random values which would affect our count.

-- The time between detections was too slow and people could pass by the sensor without being detected.
-- Detected gaps, such as the space between an arm and a body, would be counted as multiple people being counted from a 

     single person.

-- Some of the lights were not visible in the board, causing the no new light to be seen as the count went in sometimes.

We were able to fix these problems by changing the times between detections, stopping the count from increasing for the same person being detected continuously, and smoothing out the count, while skipping some light indexes in our code.

Content Rating

Is this a good/useful/informative piece of content to include in the project? Have your say!

0