Reputation: 9
I want to install OpenCV 2.2 on a Ångström Linux enviroment. I tried to install, but I didn't succeed. What are the steps to install OpenCV on Ångström Linux?
Upvotes: 0
Views: 4628
Reputation: 317
This will be helpful.
opkg update
opkg install opencv
opkg install opencv-apps
Upvotes: 0
Reputation: 11
I've the same issue...
I have a BeagleBoard-xM rev.C and I made an Ångström Linux base-image using openembedded. All works fine! Now, I'm trying to cross-compile a simple OpenCV application for the target using Ubuntu 11.04 (Natty Narwhal) 64-bit and a cross-compile toolchain (Sourcery CodeBench Lite 2011.09-70 for ARM GNU/Linux), but some error occurred.
I tried to cross-compile another application, like nano, and it's OK.
Upvotes: 1
Reputation: 6536
You have provided very little information, but here is what I'm assuming:
I would recommend you follow this walkthrough.
And then, if
Upvotes: 0
Reputation: 4173
I am using Angstrom 2011.03 on a BeagleBoard-xM. This has OpenCV 2.2 in the package manager (see e.g. [1]).
So I just did:
opkg install libopencv-highgui-dev
However, this only was successful at the 3rd attempt.
Upvotes: 1