Metadata-Version: 2.1
Name: pyclay-streamer
Version: 0.1.3
Summary: OpenCV Video Streaming and Recording API
Home-page: https://github.com/cm107/streamer
Author: Clayton Mork
Author-email: mork.clayton3@gmail.com
License: MIT License
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: opencv-python (>=4.1.1.26)
Requires-Dist: numpy (>=1.17.2)
Requires-Dist: pylint (>=2.4.2)
Requires-Dist: pyclay-common-utils (>=0.2.5)

# streamer
A convenient API for streaming and recording with OpenCV

## Installation
### Install From Github
```console
pip install https://github.com/cm107/streamer/archive/master.zip
```

### Install From Pypi
```console
pip install pyclay-streamer
```

