python -m venv --system-site-packages venv
pip install -r requirements.txt
source venv/bin/activate
deactivate
Go to the src folder and run the capture_image.py file
cd src
python capture_image.py
Go to images folder and review the images
cd ../images