Skip to main content

A pure-python framegrabber for Windows

Project description

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.5+, including Python 3, and including 32-bit and 64-bit versions of Python.

Issues

Although the package currently installs on Python 3, there is currently no supported version of PIL for Python 3, so only raw bitmap data will be available (no JPEG support, etc).

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.

History

1.2

  • #1: Require jaraco.util for bitutil, which has progressed with better Python 3 support.

  • #2: Added a hard dependency on Pillow for imaging. The library is pretty useless without it. If there is a use-case out there for using the library without Pillow, please file a request ticket.

1.1

  • Moved typelibs so they will be included with the build.

  • Fixed ImportError on Python 3.

  • Added readme.

1.0

  • First non-dev release. Typelibs are included and comtypes libs are generated automatically.

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

jaraco.video-1.2.zip (87.8 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