A small package to record and save a webcamclip
Project description
Spycamera
Spycamera is a small package to record and save a webcamclip. You can download it from Github too.
##Installation Install Opencv:
pip install opencv-python
Install spycamera
pip install spycamera==1.0.0
Create a python file
Import Package:
from spycam import record
Write Line:
record.webcam(duration_in_seconds, filepath, <False>)
Example 1:
from spycam import record
record.webcam(10, "video.avi", False)
> 10 seconds video as video.avi in Project folder without Output
Example 2:
from spycam import record
import os
os.mkdir("video") #Create a folder called video in your Projects folder
record.webcam(30, "./video/video.avi") # 30 seconds Video called video.avi in created video folder
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
spycamera-1.0.0.tar.gz
(2.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file spycamera-1.0.0.tar.gz.
File metadata
- Download URL: spycamera-1.0.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
21f14ef75cb3c5f1b6ee8bf56942597503930abc0693a54aa5a201028f0b79b4
|
|
| MD5 |
2ec7c4e8eb97a4d188150dbb19a1aa1b
|
|
| BLAKE2b-256 |
7bbb7e9acb20607a76d4afe441460e88eb15decdfc1531d58a2b35201c8e6c57
|
File details
Details for the file spycamera-1.0.0-py3-none-any.whl.
File metadata
- Download URL: spycamera-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
30d754ce3c37dc0ba014d46dd5d7a44524c659d333e4edb38e3fdd160347e0c0
|
|
| MD5 |
f8b77a2e7152e7d9dc05fedf2b9da0bc
|
|
| BLAKE2b-256 |
dcb8628e13a14a99f8eedd9bd25b06b92ece08527740194ef62f28f09d599f77
|