Re: [beagleboard] Re: How to use DSP to make my OpenCV code run faster?

2015-11-12 Thread William Hermans
> > *(You can find projects on on OpenCV via* > * http://beagleboard.org/project/?search=opencv > . It'd be great to get* > * people to register more of their projects, though I'm considering* > * trying to work with hackster.io or

Re: [beagleboard] Re: How to use DSP to make my OpenCV code run faster?

2015-11-12 Thread Jason Kridner
The remoteproc driver in mainline includes support for OMAP3/DM3730 (https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/drivers/remoteproc/omap_remoteproc.c). We'd just need to choose an image with this built into the kernel. Seems we could try to back-port the OpenCL support on

Re: [beagleboard] Re: How to use DSP to make my OpenCV code run faster?

2015-11-12 Thread William Hermans
https://plus.google.com/106813818225399872098/posts/f2GWgRrjnjc?gclid=CMO0x_2ei8kCFZRefgodl68F1w&pid=6207823571560102530&oid=106813818225399872098 On Thu, Nov 12, 2015 at 7:45 AM, Allan Granados wrote: > Hi > > i think you could start reading about DSPLINK, code engine and others > (there is man

[beagleboard] Re: How to use DSP to make my OpenCV code run faster?

2015-11-12 Thread Allan Granados
Hi i think you could start reading about DSPLINK, code engine and others (there is many info in google about it). However as I have research about it it is hard to find actual people using at this moment. In new boards the way to access DSP is by remote-proc and rpmsg, however for Beagleboard