File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 21
21
<br >
22
22
23
23
# AR-Python-OpenCV
24
- ## Augmented Reality with Python & OpenCV
24
+ ## Augmented Reality with Python. Aruco Markers & OpenCV
25
25
26
26
### arucoPoseObject.py not tested!
27
27
28
28
## How to Run:
29
+
30
+ ``` bash
31
+ pip install Cython==3.0.11
32
+ pip install --upgrade pip setuptools wheel
33
+ pip install path_to_downloaded_wheel.whl
34
+ pip install PyOpenGL PyOpenGL_accelerate
35
+ ```
36
+
29
37
``` bash
30
38
pip install -r requirements.txt
31
39
```
40
+
32
41
``` bash
33
42
python main.py
34
43
```
@@ -40,6 +49,8 @@ chmod +x setup.sh
40
49
41
50
``` bash
42
51
pip install Cython==3.0.11
52
+ pip install --upgrade pip setuptools wheel
53
+ pip install path_to_downloaded_wheel.whl
43
54
pip install PyOpenGL PyOpenGL_accelerate
44
55
```
45
56
@@ -48,6 +59,7 @@ opencv-python==4.6.0
48
59
opencv-contrib-python==4.6.0.66
49
60
matplotlib> =3.9.2
50
61
numpy> =1.26.2
62
+ PyOpenGL==3.1.7
51
63
pygame
52
64
```
53
65
You can’t perform that action at this time.
0 commit comments