https://github.com/zhenglinlei/webcam.py
Use OpenCv with Python to enable and recording your webcam
https://github.com/zhenglinlei/webcam.py
opencv python3 webcam
Last synced: 2 months ago
JSON representation
Use OpenCv with Python to enable and recording your webcam
- Host: GitHub
- URL: https://github.com/zhenglinlei/webcam.py
- Owner: ZhengLinLei
- License: apache-2.0
- Created: 2021-07-28T17:36:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-13T19:20:39.000Z (almost 3 years ago)
- Last Synced: 2025-02-23T09:22:25.413Z (over 1 year ago)
- Topics: opencv, python3, webcam
- Language: Python
- Homepage: https://pypi.org/project/webcam-py/
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Webcam.py
[](https://opensource.org/licenses/Apache-2.0)
Use your webcam with [open-cv](https://opencv.org/) module in python
PIP package install:
```
pip install webcam-py
```
Follow the steps in [Pypi](https://pypi.org) to run the project like a python module
Pypi [https://pypi.org/project/webcam-py/](https://pypi.org/project/webcam-py/)
## How to run it?
### 1. Install modules
Install all the modules in `setup.py` file path
```
py setup.py install
```
Linux user
```
python3 setup.py install
```
or with PIP
```
pip install opencv-python
```
### 2. Run project
Import the module in your python file, and run it
```python
import webcam-py
```
Run the script if you have downloaded the source code
```
py ./src
```
Linux user run the command in your terminal with `python3` and `pip3`
### Love this repo? Give us a star ⭐