Hello all,
I'm working with a group of people to develop an image processing application on the beagleboard xM. Currently, we use Ubuntu and the OpenCV library collection to run an application that finds objects taken from the video stream of a web camera installed via USB on the beagleboard.
Our issue is the speed of the capture / run code / display targets process. There is a noticeable 5 second delay between movement and a display on the screen. Is it possible that we are not taking advantage of the DSP Core on the A8 chip? I have read various posts on this forum regarding Syslink and "Codec," and I am hoping that a combination of those with Beagleboard and OpenCV would reduce the amount of delay in the image processing.
Can anyone steer me in the proper direction?
thanks!