14 lines
189 B
Markdown
14 lines
189 B
Markdown
## hardware
|
|
|
|
you need a webcam or usb camera of some sort compatible with opencv.
|
|
|
|
## install
|
|
|
|
pip install opencv-python numpy
|
|
|
|
pip uninstall mediapipe -y
|
|
pip install mediapipe==0.10.9
|
|
|
|
|
|
|