Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
OpenCV On BegalBoard XM
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
vaibhav kole  
View profile  
 More options Nov 22 2011, 9:54 am
From: vaibhav kole <kolevaibh...@gmail.com>
Date: Tue, 22 Nov 2011 06:54:29 -0800 (PST)
Local: Tues, Nov 22 2011 9:54 am
Subject: OpenCV On BegalBoard XM
 I want to install OpenCV On BegalBoard XM please suggest me some
simple steps to install Opencv library on begalboard and how to use
it. I want to perform a real time video processing on it.
   Thanks in advance.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chaitannya Mahatme  
View profile  
 More options Nov 22 2011, 10:52 pm
From: Chaitannya Mahatme <chaitan...@gmail.com>
Date: Wed, 23 Nov 2011 09:22:56 +0530
Local: Tues, Nov 22 2011 10:52 pm
Subject: Re: OpenCV On BegalBoard XM
This article was written by tanushree on how to port OpenCV on
mini2440 . Same funda can be used port it for beagleboard.

http://wiki.embeddednirvana.org/Opencv_on_mini2440

Write to her on how she did it.
Regards,

Chaitannya Mahatme


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
chetan patil  
View profile  
 More options Nov 22 2011, 11:40 pm
From: chetan patil <chtpa...@gmail.com>
Date: Wed, 23 Nov 2011 10:10:29 +0530
Local: Tues, Nov 22 2011 11:40 pm
Subject: Re: OpenCV On BegalBoard XM

Hi,

On Tue, Nov 22, 2011 at 8:24 PM, vaibhav kole <kolevaibh...@gmail.com>wrote:

>  I want to install OpenCV On BegalBoard XM please suggest me some
> simple steps to install Opencv library on begalboard and how to use
> it. I want to perform a real time video processing on it.

You first target should be to compile it from the sources on Laptop/Host.

Then once you succeed on that then you just have to tweak configure in
terms of BB.
It won't be a difficult task once you understand how to do it on HOST.
Then move on to a TARGET.

--
Thank You and Warm Regards,

Chetan Arvind Patil,
www.chetanpatil.info


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
vaibhav kole  
View profile  
 More options Nov 22 2011, 11:53 pm
From: vaibhav kole <kolevaibh...@gmail.com>
Date: Wed, 23 Nov 2011 10:23:15 +0530
Local: Tues, Nov 22 2011 11:53 pm
Subject: Re: OpenCV On BegalBoard XM

Thanks for your quick reply.
I have achieved first target ie. I can run OPENCV program on my pc.
and i want to run it onto BB. my first problem is how to install OPENCV on
BB?
and another is how to run the program on it?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jayanth Acharya  
View profile  
 More options Nov 23 2011, 1:01 am
From: Jayanth Acharya <jayacha...@gmail.com>
Date: Wed, 23 Nov 2011 11:31:02 +0530
Local: Wed, Nov 23 2011 1:01 am
Subject: Re: OpenCV On BegalBoard XM

did you try google ?
"opencv+angstrom" ... the best answers are within the top 3 results.

note however, that coming from a PC world, openCV performance on BB might
seem very inadequate, for many purposes.
a year back when we did a similar exercise, on moving from a 2GHz PIV with
1GB RAM (deliberately we kept it a low end platform), to BB-xM, we were
shocked to see the performance difference (framerate was almost 30% for
many/most tasks, compared to similar workflow on PC).

On Wed, Nov 23, 2011 at 10:23 AM, vaibhav kole <kolevaibh...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chaitannya Mahatme  
View profile  
 More options Nov 23 2011, 1:12 am
From: Chaitannya Mahatme <chaitan...@gmail.com>
Date: Wed, 23 Nov 2011 11:42:50 +0530
Local: Wed, Nov 23 2011 1:12 am
Subject: Re: OpenCV On BegalBoard XM
I think the performance hit was because the DSP was not utilized. I am
not into much of how DSP processing is done by ARM processors, but TI
has released a specific GNU toolchain for for beagleboard. What TI
recommends is you use Android for development, since all this
intricacies and optimization is done for Android OS. I am not much of an
android fan, would recommend to stick with Linux + QT + C++ combination,
instead of running into semi-proprietary software like Android.  

BTW Are you using the toolchain released by TI for development ?

Regards,
Chaitannya Mahatme


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
chetan patil  
View profile  
 More options Nov 23 2011, 1:28 am
From: chetan patil <chtpa...@gmail.com>
Date: Wed, 23 Nov 2011 11:58:42 +0530
Local: Wed, Nov 23 2011 1:28 am
Subject: Re: OpenCV On BegalBoard XM

Hi Vaibhav,

Answer following things :

1) Which toolchain you using?
2) Which Embedded Linux? Monta Vista or something else?
3) Do you have official OpenCV sources ?
4) Have you read documents in OpenCV sources on how to compile on various
platforms?

I agree with Chaitannya, using official toolchain uses DSP to the extent.
I have practically experience of that on DaVinci.

The only way Vaibhav one can help is when you go and implement it.

http://opencv.willowgarage.com/wiki/InstallGuide

--
Thank You and Warm Regards,

Chetan Arvind Patil,
www.chetanpatil.info


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »