Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 282 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 282 Bytes

Take Photo Python

conda create -n cam python=3.11
conda activate cam

pip install -r requirements.txt

python cam.py

Screenshot

If you wanna select the cam number, modify the following number. (0 -> 1, 2, ...)

cap = cv2.VideoCapture(0)