Skip to main content

Presentation slide control using OpenCV

In this project i have used Python  OpenCV to track the landmarks of hand shown in camera and with some defined gestures we can control the slides of the presentaion and also we can mark or erase using pointer in the slides.

Packages used in the project


















Some working video of the project.








Comments

Popular posts from this blog

Robotic Hand Using OpenCV and Arduino

OpenCV is a huge open-source library for computer vision, machine learning, and image processing. OpenCV supports a wide variety of programming languages like Python, C++, Java, etc. It can process images and videos to identify objects, faces, or even the handwriting of a human. When it is integrated with various libraries, such as Numpy which is a highly optimized library for numerical operations, then the number of weapons increases in your Arsenal that is whatever operations one can do in Numpy can be combined with OpenCV. Arduino is an open-source platform used for building electronics projects. Arduino consists of both a physical programmable circuit board (often referred to as a microcontroller) and a piece of software, or IDE (Integrated Development Environment) that runs on your computer, used to write and upload computer code to the physical board. For starting the project we are required to make a mechanical hand having five fingers and connecting servo motors in way that eac...

Making a reciver and transmitter using arduino

Making a reciver and transmitter using arduino and communicating via radio frequency by using Nrf24l01 module. What we require for this project. 1. For transmitter  2 potentiometer joysticks  2 two position switches  Arduino uno  Nrf24l01 module with antena (for better range)  Jumper wires, glue, other DIY tools  Battery (in my case i have taken 3.7v lipo battery from a smartphone.) 2. For reciver Arduino nano (we use small size as to make reciver small) Nrf24l01 module Header pins both female and male. Connect the circuit as shown in the schematic.                       transmitter  in transmitter and reciver both the nrf24l01 module was supposed to powered up with 3.3volt so to achive that i made a circuit of that using AMS 1117 smd componment with two capacitors two make the voltage flow constant at 3.3v as shown below. this is the reciver made with 7 output pins i.e. 7 channel signal can b...