Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/f3riend/cam-save
Simple camera video recorder with opencv
https://github.com/f3riend/cam-save
camera opencv-python python3 time udemy-course-project video-record
Last synced: about 1 month ago
JSON representation
Simple camera video recorder with opencv
- Host: GitHub
- URL: https://github.com/f3riend/cam-save
- Owner: f3riend
- Created: 2024-07-02T03:39:49.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-02T03:54:40.000Z (6 months ago)
- Last Synced: 2024-11-11T05:38:31.253Z (about 1 month ago)
- Topics: camera, opencv-python, python3, time, udemy-course-project, video-record
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cam-save
One of the projects in my image processing courses is actually more of an educational project to record videos from a computer camera with **opencv**.
**Usage :**
- A camera is required to start the project or it will not run
- Once started, you can end the recording process with the q button if you want**Install :**
```bash
pip install opencv-python
````