Simple open CV (Python) script to record frames from webcam and store them in path provided as script agrument
- Install dependancies such as
openCV
- Run scrip with
python3.X opencv_capture.py --path /path/to/store/images
- In above command replace X with your appropriate python version and replace path with your folder path
- This script is released under MIT license