https://github.com/robotpy/robotpy-cscore
Moved to https://github.com/robotpy/mostrobotpy
https://github.com/robotpy/robotpy-cscore
cscore frc opencv python robotpy robotpy-build
Last synced: 4 months ago
JSON representation
Moved to https://github.com/robotpy/mostrobotpy
- Host: GitHub
- URL: https://github.com/robotpy/robotpy-cscore
- Owner: robotpy
- License: other
- Archived: true
- Created: 2017-01-20T08:54:45.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-10-26T03:51:02.000Z (over 1 year ago)
- Last Synced: 2025-01-11T18:38:17.447Z (5 months ago)
- Topics: cscore, frc, opencv, python, robotpy, robotpy-build
- Language: C++
- Homepage:
- Size: 267 KB
- Stars: 18
- Watchers: 7
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
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 `_
* `Usage `_Author
======Dustin Spicuzza ([email protected])