Skip to content

CoreDotToday/take_photo_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Take a photo using cam on macOS, Windows, and Linux.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages