views:

23

answers:

0

Hi Guys, I'm working with an image processing project, where I have to read every frame of the image the USB camera captures and detect certain features. I'm making use of SIFT/SURF algorithms to do this. My application is going to run on i.MX515 (Freescale's Cortex-A8 embedded processor) running on Ubuntu 9.04.

Right now I'm making use of still images from memory, very soon I have to capture and process images at real time.

All I want is for a software to simply capture the images from my USB camera and store the frames at a memory location from where I can access the captured frame and in turn send it to my application.

Can anyone suggest some software with such capabilities? I was reading about GStreamer, does GStreamer support any such features?

Help!!!

Regards

Vikram