usb camera driver for microcontroller
Hi,
I need to get images from a USB camera using an ARM7 microcontroller which has a USB port built in. Currently I'm using OpenCV to get images and then working on it. But now I need to run it on my microcontroller. So, is there any way to port the usb drivers provided in OpenCV to my microcontroller? I'm new to computer programming, please help. The microcontroller has a USB host, full speed.
What Operating System are you using? And I don't think that this is a simple task for beginner in programming... But you have a chance if ffmpeg is working on your platform so that OpenCV can use it.
Actually i dont have any os running on it, i would like to read the rgb data of each pixel and do some simple processing on it. So, is it possible to port the drivers in opencv to my microcontroller. i will give more details if it is possible. thank you.