Metadata-Version: 2.1
Name: robotpy-cscore
Version: 2023.0.0b4.post1
Summary: RobotPy bindings for cscore image processing library
Home-page: https://github.com/robotpy/robotpy-cscore
Author: RobotPy Development Team
Author-email: robotpy@googlegroups.com
License: BSD-3-Clause
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Requires-Dist: robotpy-wpiutil (<2024.0.0,>=2023.0.0b4)
Requires-Dist: robotpy-wpinet (<2024.0.0,>=2023.0.0b4)
Requires-Dist: pyntcore (<2024.0.0,>=2023.0.0b4)

robotpy-cscore
==============

These are python bindings for the cscore library, which is a high performance 
library used in the FIRST Robotics competition to serve video to/from robots.
However, the core library is suitable for use in other applications, and is
comparable to something like mjpg-streamer.

This library requires python 3.6+

Documentation
=============

* `Installation <http://robotpy.readthedocs.io/en/stable/install/cscore.html>`_
* `Usage <http://robotpy.readthedocs.io/en/stable/vision/index.html>`_

Author
======

Dustin Spicuzza (dustin@virtualroadside.com)


