File tree 3 files changed +460
-0
lines changed
OTHERS/Virtual_Mouse-main
3 files changed +460
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Virual-Mouse
2
+
3
+ A virtual mouse is software that allows users to give mouse inputs to a
4
+ system without using an actual mouse. To the extreme it can also be called
5
+ as hardware because it uses an ordinary web camera. A virtual mouse can
6
+ usually be operated with multiple input devices, which may include an
7
+ actual mouse or a computer keyboard. Virtual mouse which uses web
8
+ camera works with the help of different image processing techniques.
9
+
10
+ # Demo Working of the Project Here is the Drive link
11
+ # You can now access the drive link to watch out the steps and how it works
12
+
13
+ https://drive.google.com/drive/folders/1hq7jWKDqc4YjFsHC1KeHgGvzJGXp8lzK?usp=sharing
14
+
15
+
16
+
17
+ # How to setup and run
18
+
19
+ ### Pre-requisites
20
+
21
+ Python: (3.6 - 3.8.5)<br >
22
+ Anaconda Distribution: To download click [ here] ( https://www.anaconda.com/products/individual ) .
23
+
24
+ Download and Extract the Project Folder Name Virtual-Mouse.<br >
25
+
26
+ Then Open the Virtual-Mouse Folder in VsCode as shown in the Video.
27
+
28
+ Step 1:
29
+ ``` bash
30
+ conda create --name gest python=3.8.5
31
+ ```
32
+
33
+ Step 2:
34
+ ``` bash
35
+ conda activate gest
36
+ ```
37
+
38
+ Step 3:
39
+ ``` bash
40
+ pip install -r requirements.txt
41
+ ```
42
+
43
+ Step 4:
44
+ cd to src by cd src
45
+ ``` bash
46
+ python Virtual_Mouse.py
47
+ ```
48
+
You can’t perform that action at this time.
0 commit comments