I want to install opencv 2.2 on angstrom enviroment.I tried to install but I didn't succeed.Can you tell steps to install opencv on angstrom ?

link|improve this question
feedback

2 Answers

You have provided very little information, but here is what I'm assuming:

  • You're using a beagleboard
  • Your beagleboard has enough "umph" to actually run opencv applications
  • You have compilation working on your beagleboard.

I would recommend you follow this walkthrough.

And then, if

  • It fails to compile, check your toolchain, and try compiling nano or some other small app.
  • If it compiles, but your openCV based applications don't work, make sure you have updated angstrom recently, and your toolchain is recent.
link|improve this answer
feedback

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.