Detect and label faces from webcam with OpenCV
Install OpenCV with pip
python -m pip install opencv-python
or
pip install opencv-python
Original program from Clever Programmer.
Detect and label faces from webcam with OpenCV
Install OpenCV with pip
python -m pip install opencv-python
or
pip install opencv-python
Original program from Clever Programmer.