Hello Guys, It has been a while. I hope everyone is doing good.

I have a PI 2 and I am trying to load MRL on it. I am getting a lot of errors so I send you a no-worky.

I only downloaded the JAR file.

Thanks

BillC

 

MaVo

8 years 11 months ago

trying to collect some information here.

OpenCV is noworky in MRL 1.0.7 on all systems (due to the OpenCV-Upgrade), it would require some manual work.

We don't have a working OpenCV (for neither versions) for the Raspberry PI 2 in the repo, so when someone wants to use it, he would need to build it himself or get it from someone else, who already built it.

For MRL 1.0.107 OpenCV 2.4.6.1 would be needed (to be build).

I am trying to find OPENCV 2.4.6.1? I have search the internet and cannot find it anywere.

I have also tried looking on the raspberry pi-2 using this command

./libraries/jar/opencv-2.4.6.1-linux-arm.jar

the response is

-bash: ./libarabies/jar/opencv-2.4.6.1-linux-arm-jar: No such file or directory
 
can anyone help me.
 
Thanks BillC

 

 

Aight .. let's nip this in the butt....

I got a raspi .. don't have a raspi 2 .. little concerned the ARM instruction set between the two might be different .. if that's the case .. then yes - we have to recompile ...

I looked for a resource to test .. and my faithful sprinkers replied... 

I got a login .. I'll see what I can do with the latest mrl version ...

GroG

8 years 11 months ago

GAH ! my Java's borked 

root@raspberrypi:/opt/mrl# java --version
Unrecognized option: --version
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
 
what the hell !?!? - well got to fix that first ..
 
got to scrub all the Java away
 
 

GroG

8 years 11 months ago

In reply to by BillC

Starting 2.4.10 build on raspberry pi.... hopefully if all goes well 10+ hours later we'll have the new version working on RasPi

Hello a few days ago i wanted to load opencv and myrobotlab too on my raspberry pi 2.
I installed raspbian on a new sd card, set up the wlan, then followed this simple tutorial to install opencv:

http://www.pyimagesearch.com/2015/02/23/install-opencv-and-python-on-yo…

Then i just had to download java with one command and installed myrobotlab (not the newest version).

And i had myrobotlab with the opencv system working in about 4h only. So thats probably a good way to recommend for a quick set up.