Using a remote with visual aids makes presenting the content more easier. But as these remotes are expensive not everyone can afford it. Here comes LSR (Laser Gesture Recognizer) that lets you control you presentation using any laser pointer. All you need to do is launch LSR, face your laptop towards the projector screen. That's it! Now you can control your presentation using a cheap laser pointer.
- Installation
- Gestures
- How it works
This application is developed in Java with OpenCV3.
- Algorithm
- Capture the video feed from the laptop's webcam.
- Apply filters to remove noise from the feed.
- Convert the image from RGB to HSV format.
- Isolate the image by thresholding and picking the color range of laser pointer.
- Extract the largest contour from the image.
- Recognize the direction of the laser pointer and perform the specified operation