i'am trying to run opencv with the python binding on a beagleboard C3
running Ubuntu Lucid. Everything works fine, but very slow. With
python script only capturing frames, i only get 10 frame/sec. When
running some ball detection i get 4 frame/sec. Do you have any idea
why it is so slow ... I will give a try at angstrom to see if the
problem comes from the OS.
--
You received this message because you are subscribed to the Google Groups "Beagle Board" group.
To post to this group, send email to beagl...@googlegroups.com.
To unsubscribe from this group, send email to beagleboard...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/beagleboard?hl=en.
Don -- djlewis
-----
> I have tested openCV on various Angstrom versions as have others.
> It is a slug with video capture and any image processing, period.
> On the bright side I see there is a GSoC proposal for a faster
> openCV :)
Whoever takes that takes has my deepest sympathies. OpenCV is written
in monstrous C++ sprinkled with x86 inline asm. Adding ARM
optimisations is going to be a bitch. The inline asm simply isn't
expressive enough to write efficient NEON code.
--
Måns Rullgård
ma...@mansr.com
On 4 avr, 01:16, Måns Rullgård <m...@mansr.com> wrote:
On 4 avr, 10:54, jpiat <piat.jonat...@gmail.com> wrote:
> What toolchain do you use to cross-compile program for ubuntu on
> beagleboard ? Do you use the onboard compiler ?
>
> On 4 avr, 01:16, Måns Rullgård <m...@mansr.com> wrote:
>
>
>
> > djlewis <djle...@tcworks.net> writes:
> > > I have testedopenCVon various Angstrom versions as have others.
> > > It is a slug with video capture and any image processing, period.
> > > On the bright side I see there is a GSoC proposal for a faster
> > >openCV:)
>
> > Whoever takes that takes has my deepest sympathies. OpenCVis written
doing what?
>
> On 4 avr, 10:54, jpiat<piat.jonat...@gmail.com> wrote:
>> What toolchain do you use to cross-compile program for ubuntu on
>> beagleboard ? Do you use the onboard compiler ?
>>
>> On 4 avr, 01:16, M�ns Rullg�rd<m...@mansr.com> wrote:
>>
>>
>>
>> > djlewis<djle...@tcworks.net> writes:
>> > > I have testedopenCVon various Angstrom versions as have others.
>> > > It is a slug with video capture and any image processing, period.
>> > > On the bright side I see there is a GSoC proposal for a faster
>> > >openCV:)
>>
>> > Whoever takes that takes has my deepest sympathies. OpenCVis written
>> > in monstrous C++ sprinkled with x86 inline asm. Adding ARM
>> > optimisations is going to be a bitch. The inline asm simply isn't
>> > expressive enough to write efficient NEON code.
>>
>> > --
>> > M�ns Rullg�rd
>> > m...@mansr.com
>
and what does profiling tell you about where the bottleneck is?
> > beagleboard...@googlegroups.com<beagleboard%2Bunsubscribe@googlegr oups.com>