Hi all..
I have MCBSTM32c and LPC2478 based development boards. I need to perform an image processing algorithm on an image of resolution 640 x 480 size 30Kb. Is this image acquisition possible through USB camera (we have iball webcam), Please note that we don't have processing time constraints and we don't want to store the image and display the image. There is no fixed rate of image acquisition either. so our problem narrows down to taking one image from SPI, I2C or USB and Processing it.
Please suggest any camera used previously with these boards interfaced by SPI or I2C. Also for USB camera will we need to flash a device driver on to our microcontroller.
Will we be able to process 16 bit or 24 bit images acquired by SPI or I2C camera.
You can connect cameras.
And you can transfer the image to secondary memory - like a memory card. But since you claim your image processing requires direct access to all of image, the image processing will be very slow if you then need to constantly read in different blocks of the image from the memory card.
Space for code isn't an issue - the code shouldn't be stored in RAM.
But it would probably be better to get a very cheap Raspberry Pie card running Linux with 512 MB RAM and a serial camera interface (and also USB host, I2C, ...) if you really want to do something interesting.
Or you need to get a development board where the ARM chip have internal or external RAM of enough quantity. But probably at least 256 kB RAM if your image is 150 kB.
Note that it's "Pi" - not "Pie"