deltacv
PaperVision
PaperVision
  • Hello there!
  • Installing PaperVision
  • editor
    • Basics
    • Node Types
  • computer vision concepts
    • Thresholding
    • Countours and Filtering
  • exporting
    • Export Options
    • Usage in FTC
    • General-Purpose Usage
Powered by GitBook
On this page
  • Bundled with EOCV-Sim (recommended)
  • Refer to the PaperVision tab on the top right to start creating new projects
  • Running from Gradle
Edit on GitHub

Installing PaperVision

PreviousHello there!NextBasics

Last updated 3 months ago

Bundled with EOCV-Sim (recommended)

Starting from v4.0.0, PaperVision comes bundled with EOCV-Sim, making an all-in-one vision development suite.

To download the simulator, .

Refer to the PaperVision tab on the top right to start creating new projects

Running from Gradle

Use the following commands to run the project with Gradle, this will allow you to test the latest features and changes, building from source.

git clone https://github.com/deltacv/PaperVision.git
cd PaperVision
./gradlew runEv

PaperVision directly depends on EOCV-Sim to be able to run the pipelines in live previews, therefore, by running PaperVision this way, you won't have this functionality. Although, you'll still be able to use the editor and export the source code.

Only use this if you plan to contribute to PaperVision.

EOCV-SIm's welcome dialog featuring PaperVision
PaperVision Tab in EOCV-Sim
Project creation window
follow the steps in the documentation