Welcome new user! You can search existing questions and answers without registering, but please register to post new questions and receive answers. Note that due to large amounts of spam attempts, your first three posts will be manually moderated, so please be patient.
Because of un-manageable amounts of spam despite our use of CAPTCHAs, email authorization, and other tools, we have discontinued this forum (see the 700k+ registered users with validated email addresses at right?). Please email us any questions or post bug reports and feature requests on GitHub at https://github.com/jevois -- The content below remains available for future reference.

What module for an overhead people counter

0 votes
I would like to build an overhead people counter (at 30 fps), would it pie possible with JeVois? What module do you recommend using?

Thanks
asked Jan 16, 2019 in User questions by f3d3f3d3 (120 points)

1 Answer

0 votes
We do not have one pre-built, but, as we say here, "if OpenCV can do it, then JeVois can run it".

So you can look around the web for OpenCV people counter. If you find some tutorials in python, then even easier, you can use JeVois Inventor to write the code. How about this:

https://github.com/LukashenkoEvgeniy/People-Counter
answered Jan 23, 2019 by JeVois (46,580 points)
...