UICodex

Learn UI Design by Programming

  • JavaScript UI
  • HTML&CSS UI
  • Android UI
  • iOS UI

Detect Hands and Move to Paint on Live Camera Stream in Python

  • January 28, 2022
  • / uicodex

In this article, we will introduce how to detect hands in live camera stream, then we can move our hands and use our hands to do painting.

Step 1: useĀ virtual_paint project.

We can clone this project using git.

git clone https://github.com/itsrandeep/virtual_paint.git

You can find this project in here.

Step 2: install libraries

pip install -r requirements.txt

Step 3: run python script

python main.py

Then we will see:

Detect Hands and Move to Paint on Live Camera Stream in Python

Related

Detect text input and create a iframe to display url using autovieweriframe.js

Step-by-step Guide to Detect Text Input and Create a Iframe to Display Url in JavaScript: AutoViewerIframe.js for Beginners

Step-by-step Guide to Create a 2D Line Chart in Python - Matplotlib for Beginners

Creating a 2D Line Chart in Python - Matplotlib Tutorial and Example

Creating a Beautiful and Fast Progress Bar in Python

Creating a Beautiful and Fast Progress Bar in Python

Use Mouse to Draw in Python

Use Mouse to Draw in Python: A Simple Guide

Beginner Guide to Smooth .nii Images in Python

Beginner Guide to Smooth .nii Images in Python

An Introduction to Display Neuroimaging DICOM Images in Python

An Introduction to Display Neuroimaging DICOM Images in Python

Popular UI

Card Web Editor Login Form Contact Form Profile Card WYSIWYG Editor Registration Form Color Picker Timeline Web Card Alert Web Calendar Button Navigation Alert Dialog Confirm Dialog HTML5 Login Form Dialog Chart Form Emoji Calendar Scrollbar Emoji Slider Image Viewer Reorderable Drag-and-Drop List Line Chart Tooltip Button Slider

Popular

  • Bubbly Button | Creating a Button with Bubble Confetti Effect Bubbly Button | Creating a Button with Bubble Confetti Effect
  • A Simple Guide to Create a Tooltip Button in JavaScript: Tippy.js for Beginners A Simple Guide to Create a Tooltip Button in JavaScript: Tippy.js for Beginners
  • Split.js | Splitting HTML View Layout with JavaScript Split.js | Splitting HTML View Layout with JavaScript

UICodex