Skip to main content

RobotPy bindings for cscore image processing library

Project description

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 has only been tested with Python 3, and will most likely not work with Python 2.7. We do not intend to support using Python 2.7.

RoboRIO usage

TODO

Compilation

Currently, this isn’t setup to work on Windows. It might work on Windows though, I haven’t tried it yet.

Important: You MUST compile OpenCV with shared libraries (the default), if your python cv2 is statically linked this will most likely not work with it (if you do get such a setup working , please let me know!).

Requirements

  • Python 3.x

  • OpenCV 3.x

  • NumPy

  • pybind11

You should be able to install numpy and pybind11 via pip:

pip3 install numpy pybind11

You cannot use opencv-python at this time (see notes below), you will need to compile it from source yourself.

Installation

Once you get OpenCV and NumPy installed, then you should be able to do a:

pip3 install .

Notes

Long term, I’d like to get this working with opencv-python. However, that’s going to take a bit of work. To track the primary problem related to this, see https://github.com/skvark/opencv-python/issues/22

Author

Dustin Spicuzza (dustin@virtualroadside.com)

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

robotpy-cscore-2017.0.0a1.tar.gz (197.7 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