Capturing multiple images at once from Webcam Using OpenCV
Capture multiple image by accessing the webcam of your system and save it to your machine.
Softwares and packages required:
- Python, v3.6.7 or higher
- OpenCV, v3.4.4
sudo apt install python3-opencv
How to use:
- Run the file webcamCapture.py by running the command
python3 webcamCapture.py
- The webcams will start running and capture all at once.