Skip to main content

A pure-python framegrabber for Windows

Project description

Overview

jaraco.video implements a framegrabber inteface for Windows Video Capture devices.

Status and License

jaraco.video is a port of the VideoCapture module in pure Python using ctypes and comtypes.

jaraco.video is maintained by Jason R. Coombs. It is licensed under an MIT-style permissive license.

You can install it with easy_install jaraco.video, or from the mercurial repository with easy_install jaraco.video==dev.

jaraco.video is designed to run on Python 2.6+, including Python 3, and including 32-bit and 64-bit versions of Python.

Installation

jaraco.video depends on several libraries including Pillow and comtypes. If the package is installed using setuptools or pip, those dependencies should be installed automatically.

There are some issues that prevent the released version of comtypes from installing properly. Until those issues are fixed, work around them by first installing comtypes manually from jaraco’s mirror:

easy_install https://bitbucket.org/jaraco/comtypes/get/b85ebb181c17.zip

Usage

jaraco.video includes a console script “save-frame”, which locates the first video capture device and saves a single frame to disk as “test.jpg”. The command may also be invoked thus:

python -m jaraco.video.capture

This example usage can be seen in the function jaraco.video.capture:save_frame.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

jaraco.video-1.3.zip (89.4 kB view hashes)

Uploaded Source

jaraco.video-1.3.tar.gz (82.6 kB view hashes)

Uploaded Source

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