Skip to main content

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_drawer = FpsDrawer()

@stream.on_next_frame
def func(image:np.ndarray):
    fps_drawer.draw(image)
from opencv_stream import VideoStreamer

path = "[PATH TO VIDEO]"
stream = VideoStreamer.from_video_input(path)

@stream.on_next_frame
def func(image:np.ndarray):
    pass

Project details


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.7.tar.gz (5.0 kB view details)

Uploaded Source

Built Distribution

opencv_stream-0.0.7-py3-none-any.whl (6.2 kB view details)

Uploaded Python 3

File details

Details for the file opencv_stream-0.0.7.tar.gz.

File metadata

  • Download URL: opencv_stream-0.0.7.tar.gz
  • Upload date:
  • Size: 5.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for opencv_stream-0.0.7.tar.gz
Algorithm Hash digest
SHA256 7b5ecf2f21f7970611e30f2232ab54d19d8592a6d6b44bf6f8e644e885d9345d
MD5 2d957f6479a57259d537dab986ee95aa
BLAKE2b-256 17f673c686799425ba372bbe51b92e999a5c1b5439991b884e20d67c5f81fb26

See more details on using hashes here.

File details

Details for the file opencv_stream-0.0.7-py3-none-any.whl.

File metadata

File hashes

Hashes for opencv_stream-0.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 6a63d33bb86702da23bd7e382ce802288f613712e12e86b7e1c70aac97eeb317
MD5 083f77f69814a6ab3c92ccd06b2f13a7
BLAKE2b-256 13ba8406698a35270b8adf3e38e77cb78039dca374dc79868c698cdb2ca78163

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page