Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ToSauce/openmv-ide

Repository files navigation

openmv-ide

Qt Creator based OpenMV IDE

Instructions for Compiling OpenMV-IDE for Desktop

  • Install 7-Zip and add it to PATH.
  • Install Python 2.7 and add it to PATH.
  • Install Qt (to the default location).
  • Install The Qt Installer Framework (to the default location).

In /, build the ide (using the standard bare terminal):

 ```
 $ git clone --recursive https://github.com/openmv/openmv-ide.git
 $ cd openmv-ide
 $ ./make.py
 ```

You'll find the installer in build.

Instructions for Compiling OpenMV-IDE for the RaspberryPi on Ubuntu (64-bit)

  • Install QtRpi.
  • Install Qt (to the default location).

In /, build the ide (using the standard bare terminal):

 ```
 $ git clone --recursive https://github.com/openmv/openmv-ide.git
 $ cd openmv-ide
 $ ./make.py --rpi <path-to-qtrpi-installdir e.g. /opt/qtrpi/raspi/qt5>
 ```

You'll find the installer in build.

Instructions for running the installer silently

https://stackoverflow.com/a/34032216

Note that some modifications to the above solution may be needed.

About

QtCreator based OpenMV IDE

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%

AltStyle によって変換されたページ (->オリジナル) /