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.
We have moved to a new forum at http://jevois.usc.edu, please check it out. The forum at jevois.org/qa will not allow new user registrations but is maintained alive for its useful past questions and answers.

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)
...