Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/macornwell/opencv-image-and-video
Take a picture, create a gif or record a video using OpenCV and a webcam.
https://github.com/macornwell/opencv-image-and-video
gif opencv opencv-python picture python video webcam-capture
Last synced: about 1 month ago
JSON representation
Take a picture, create a gif or record a video using OpenCV and a webcam.
- Host: GitHub
- URL: https://github.com/macornwell/opencv-image-and-video
- Owner: macornwell
- License: gpl-3.0
- Created: 2018-07-21T18:56:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-24T18:35:36.000Z (over 6 years ago)
- Last Synced: 2024-10-01T16:18:28.708Z (about 2 months ago)
- Topics: gif, opencv, opencv-python, picture, python, video, webcam-capture
- Language: Python
- Size: 27.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.com/macornwell/opencv-image-and-video.svg?branch=master)](https://travis-ci.com/macornwell/opencv-image-and-video)
[![Coverage Status](https://coveralls.io/repos/github/macornwell/opencv-image-and-video/badge.svg?branch=master)](https://coveralls.io/github/macornwell/opencv-image-and-video?branch=master)
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)# OpenCV Image and Video
If you have wanted to integrate OpenCV in an application for taking pictures, or recording a simple video this is the
library and application to make it happen.## How To Install
`pip install opencv-iav`## Application
The application provided is the 'opencv_iav' script. This script allows a user to take a photo or record a video
of a given duration in seconds.