I can´t install OpenMV in Raspbian Jessie

I am new using my OpenMV M7 Camera, I just bought it a week ago. I would like to use it with my Raspberry pi 3 Model B, the OS is Raspbian Jessie. The tutorial installation from github doesn’t work. The files are downloaded in my SD Card with the cmd in Raspbian, but when I use the command “./make.py --rpi <path-to-qtrpi-installdir e.g. /opt/qtrpi/raspi/qt5>” the error is:

bash: syntax error near unexpected token `newline’

Hi, we have a pre-built version of the IDE here: Download | OpenMV

The Pi can’t actually build the IDE for various reasons.

I actually tried this version, but it doesn’t work. I have some errors running the OpenMV IDE with openmvide.sh.

error while loading shared libraries: libExtensionSystem.so.1: cannot open shared object file: No such file or directory

Hi, can you just run the IDE directly by clicking on the binary versus the .sh file? “./openmvide”

I have no response from the IDE. In the terminal is the same error.

error while loading shared libraries: libExtensionSystem.so.1: cannot open shared object file: No such file or directory

Hi, is that file located in:

“openmvide install dir”/lib/qtcreator/

? It should be right there.

It is right there but just “libExtensionSystem.so.1.0.0”

Is it a problem with different names?

Mmm, could be. You could try renaming the file. Not really sure what’s wrong however. I don’t have a way to reproduce this issue on my side.