hi, I have a question , I use your guide to install ubuntu and opencv
on my beagleboard. I installed codblocks on my beagleboard andl opencv
then I copied the code in codeblocks and compilated it, but the opecv
don't run and show error, So what is the problem?
Hello Jarain,
It would help us if you would post the error messages.
And opencv is not a program that can run. It is more a library
of functions. You would write a program in C for instance that
would call the opencv functions you require.
Install task-native-sdk for a tool chain on the beagleboard.
All these things are well covered if you google them.
Don Lewis