async2v
stable
  • Quickstart
  • Concepts
  • Tutorial
  • async2v package
async2v
  • Docs »
  • async2v
  • Edit on GitHub

async2v¶

https://travis-ci.com/tom-mi/python-async2v.svg?branch=master https://readthedocs.org/projects/async2v/badge/?version=latest https://badge.fury.io/py/async2v.svg

Framework for building computer-vision prototypes.

It is based on asyncio. To get the most out of it, pygame and OpenCV are required.

Write less boilerplate, instead focus on the interesting things.

  • Quickstart
    • Get your hands dirty
  • Concepts
    • Event-driven, asynchronous components
    • Modeling unpredictable input and output
    • Threading
    • Sources, Filters & Sinks
    • Iterating vs EventDriven
    • Minimize Boilerplate
  • Tutorial
    • Getting Started
    • Synchronous Filter
    • Asynchronous Filter
    • Keyboard

API Documentation¶

  • async2v package
    • async2v.cli module
    • async2v.error module
    • async2v.event module
    • async2v.fields module
    • async2v.util module
    • async2v.application package
      • async2v.application.metric module
    • async2v.components package
      • async2v.components.base module
      • async2v.components.opencv package
        • async2v.components.opencv.projector module
        • async2v.components.opencv.video module
      • async2v.components.pygame package
        • async2v.components.pygame.display module
        • async2v.components.pygame.gui module
        • async2v.components.pygame.keyboard module
        • async2v.components.pygame.main module
        • async2v.components.pygame.mouse module
        • async2v.components.pygame.fonts package

Links¶

Source on GitHub

Documentation

Tests on Travis CI

Next

© Copyright 2019, Thomas Reifenberger Revision dbd76b8d.

Built with Sphinx using a theme provided by Read the Docs.