Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2023-10-26T03:51:02.000Z (about 1 year ago)
- Last Synced: 2024-09-13T03:15:56.496Z (3 months ago)
- Topics: cscore, frc, opencv, python, robotpy, robotpy-build
- Language: C++
- Homepage:
- Size: 267 KB
- Stars: 17
- 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])