Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
````