Re: C3088 CMOS Imaging Sensor Questions



<weg22@xxxxxxxxxx> wrote in message
news:1152878792.710362.210770@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Can you please explain why you need two buffers when doing image
processing (I'm new at this)? My PIC has 3.94 KB of RAM and I probably
won't be processing the entire image...more like a 100 x 292 image.

Ehhm, 100 x 292 is 29kbytes. How is that going to fit into 3.94kbytes?

Regarding the sampling: I have used a Motorola DSP (DSP56303) to sample a
5MHz pixel rate, using an interrupt handler written in assembly that only
read one line at a time. This DSP ran at 80MHz. I very much doubt that a PIC
would be able to do the same, especially when programmed in C....

Meindert


.