Skip to content

HITliuyu/NES15_HEVC

 
 

Repository files navigation

#NES15_HEVC Hardware: Beaglebone black; Infared sensors.

The project is occupancy detection of a room. It detects the number of people entering or exiting a door. It is implemented on top of a open source BACNET stack (http://sourceforge.net/projects/bacnet/files/bacnet-stack/bacnet-stack-0.8.0/ )

Running /demo/server/bacserv on a linux device will make the device a BACNET server.

We have modified the /demo/server/main.c file to have the functionality of people detection and update the relevant BACNET object accordingly.

Modified file is in the /demo/server --add the control of the Infared sensors --add the people counting algorithm

In the linux system, Running the server on the beaglebone:

./bin/bacser 123

Runnung the client on laptop.

./bin/bacwi

./bin/bacrp 123 13 0 85

The demo video can be found at the Youtube: https://www.youtube.com/watch?v=DQc1_J9LGl4

Thx.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 91.1%
  • C++ 4.0%
  • Makefile 3.5%
  • Perl 0.5%
  • Shell 0.4%
  • Assembly 0.3%
  • Other 0.2%