deltacv
EOCV-Sim
EOCV-Sim
  • Welcome!
  • Downloading EOCV-Sim
  • Introduction
    • OpenCV and EasyOpenCV
    • EasyOpenCV Pipelines
      • Creating and Running a Pipeline
  • FTC Vision Portal
    • Introduction to VisionPortal
      • Creating and Running a VisionProcessor
      • OpModes in EOCV-Sim
      • Using VisionPortal within OpModes
    • Drawing annotations using Android Canvas
  • Workspaces
    • What are workspaces?
    • VS Code and IntelliJ IDEA
    • Android Studio
  • Features
    • Input Sources
    • Variable Tuner
    • Telemetry
  • Other
    • Building from Source
Powered by GitBook
On this page
  • Running EOCV-Sim
  • Interested in PaperVision? Click here to go back to the documentation page.
Edit on GitHub

Downloading EOCV-Sim

PreviousWelcome!NextOpenCV and EasyOpenCV

Last updated 3 months ago

1. Download and install the Java Runtime Environment or Java Development Kit if you haven't already:

EOCV-Sim requires Java 11 at minimum. Any newer version should work fine. You can download it from the Oracle webpage.

2. Click on this link to go to the latest release in the EOCV-Sim GitHub repo.

3. Download the jar file, named EOCV-Sim-X.X.X-all.jar, available at the bottom on the "assets" section:

(Note that the screenshot might not be what is actually displayed when you open the page, as new releases come out. The EOCV-Sim-all artifact shall always be available to download from any release)

Running EOCV-Sim

Once the jar file is downloaded, you can simply double-click it to run it, just like any other executable file.

You can also run the jar file from the command line.

Navigate to the folder where the EOCV-Sim jar is stored in, using the cd command. Then, invoke the java command passing the file name as follows:

java -jar "EOCV-Sim-X.X.X-all.jar"

Replacing the X.X.X by the version respectively, e.g 3.1.0

Interested in PaperVision?

Click here to go back to the documentation page.
Example screenshot of the latest release as of 17/09/21