Build Status
Windows | Linux/Mac | NuGet | NuGet (DesktopLibraries) |
---|---|---|---|
Coming soon! |
FRC-OpenCvSharp is a fork of OpenCvSharp, with modifications for use with FRC and the WPILib environment.
This repository contains both the .NET source code, and the native wrapper source code. The native wrapper is built with gradle, while the .NET source code is built with .NET Core.
-
.NET 4.5 or higher
-
.NET Standard 1.5
-
Since this uses a native library, only the platforms listed below are supported:
- roboRIO (uses the FRC extension to set up native libraries)
- Windows 64-bit
- Windows 32-bit
We hope to add support for Linux, Mac and armhf soon.
FRC-OpenCvSharp is included by default in WPILib templates. If needed for another system, the wrapper can be installed via NuGet with the links above. Note you will need to get both FRC OpenCvSharp.DesktopLibraries and FRC OpenCvSharp packages in order to run on a system other then the roboRIO.
To build the .NET libraries, you will need .NET Core installed.
Once you have that, clone the repo, and run .\netcore.psi -build
from a Powershell prompt on Windows, or .\netcore.sh
from a linux shell.
Coming soon
See LICENSE.txt
Thad House (@thadhouse)