This python script uses OpenCV to detect the number plates of vehicles and can also save the scanned images.
Note: I used IP Webcam app to use my android device as webcam.
How to use IP webcam with OpenCV
- Clone this repo.
- Make sure
python
is installed. - Open Project in an IDE (
Pycharm
Recommended) - Make sure to configure the python interpreter.
- Also download and add three modules :
opencv
,requests
andnumpy
to the project. - Run the
Project2.py
file.