This script makes a live sketch of the objects which are visible in webcam.
-
Install CV2 module:
pip install opencv-python -
Install numpy module:
pip install numpy
I don't use too much comments but it is important for this project to showing how things are working, so i used a lot for better understanding.