Skip to content

devashishp/MotionDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

MotionDetection

A quick program that I put over the weekend to detect movement of arm to flip through slides and images.

#Things you need.

#How it works

The program uses webcam to capture images, and finds the absolute difference between 3 consecutive images. It uses this information to check whether any motion is happening. If the movement goes beyond a certain threshold (Currently set by trial and error) it checks whether the movement was from right to left or left to right. It emulates the corresponding key tap so that this works across applications. It is a very rudimentary technique that uses no scientific measure, but hey, it works!

#To Do

  • Deal with blank frame issue on Windows
  • Make it truly cross platform

#Special Thanks to

  • Paul Barton Author of PyUserInput
  • Matthias Stein Whose tutorial I shamelessly ripped off, but only up to to the point I understood.

About

A quick program that I put over the weekend to detect movement of arm to flip through slides and images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages