JairajJangle / Sys_Poweroff_OnZeroMotion

OpenCV C++ program to shutdown Linux Machine when there is no motion detected by camera for certain time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sys_Poweroff_OnZeroMotion

OpenCV C++ program to shutdown Linux Machine when there is no motion detected by camera for certain time(10s)

Motion Detection is based on Background Subtractor using KNN in OpenCV 3.x


Dependencies

-lopencv_core -lopencv_highgui -lopencv_imgproc -lopencv_videoio -lopencv_video

If there are any issues try executing the compiled executable as root.


Licensing

SysPoweroffOnZeroMotion is licensed under GNU GPL v3

Foo

About

OpenCV C++ program to shutdown Linux Machine when there is no motion detected by camera for certain time

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%