Skip to content

Commit f330720

Browse files
authored
Create README.md for Image Capture
1 parent fa5595e commit f330720

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Image Capture/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
This python script is used for taking images from your webcam and saving it on your local device. Path to the folder can be specified using the following command:
2+
3+
> python3 take_pictures_from_webcam.py --directory pathname
4+
5+
The default path would be your current directory.
6+
7+
You can also give name to your image using following command:
8+
> python3 take_pictures_from_webcam.py --name ImageName

0 commit comments

Comments
 (0)