Wrapper over opencv for video processing and API development
Project description
opencv_stream
Under construction
Developed by Olivier
Examples of How To Use
Creating A Stream
from opencv_stream import VideoStreamer, FpsDrawer
stream = VideoStreamer.from_webcam()
fps = FpsDrawer()
@stream.on_next_frame()
def func(image):
fps.draw(image)
stream.start()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
opencv_stream-0.0.9.tar.gz
(5.1 kB
view details)
Built Distribution
File details
Details for the file opencv_stream-0.0.9.tar.gz
.
File metadata
- Download URL: opencv_stream-0.0.9.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1621d01eda0d503e888880c18854e837b1924bab601d9d66006983f452b311f0 |
|
MD5 | 3c49a883c6800156e63332e612c48435 |
|
BLAKE2b-256 | 1839c2559a54dd6e076ea2d7aae6e0cb76bb92d4c6d72c2588dfde09da7a0cdf |
File details
Details for the file opencv_stream-0.0.9-py3-none-any.whl
.
File metadata
- Download URL: opencv_stream-0.0.9-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d246cdd64b6767e484921dfe13265c38628567466a24282851ed2d592e3c329 |
|
MD5 | bdbf7897e4bc78a02691dc75ea678eae |
|
BLAKE2b-256 | 7ec3d31a4ffaceeb4f97f240bef7b44381c0e858918c81deeaad725ff719f531 |