I want to program the device to:
No problem.
- or maybe a serie of 10 pictures in one second
Cannot be done.
A minor speed-up from the camera's native continuous-shooting mode may be possible.
- then do some basic image processing on them
Yes.
- then write the resulting numbers (not a picture) to the memory?
Yes.
- display a modified picture on the screen when requested by pressing some camera button
In Record mode you are limited to an overlay of eight-bit colours/pixel
Any changes made to the image in the raw buffer will also be in the JPG image.
An example is time/date code.
- repeat this process after a minute
Yes.
I understand that the motion detector now available in the CHDK uses thumbnail images from the memory.
The so-called live-viewport area of memory.
(don't know where this word 'viewport' came from).
My program has to make use of the more detaild, full MP picture.
That is the raw image and functions are available for reading and setting pixels.
It is six bytes/four pixels in YUV 4:1:1 format.
I also understand from the zebra script that it is possible to alter the display immage.
That is just an eight-bit bitmap overlay, not a YUV image.
Can you give me some advise on if I could make such a thing work
Need more information.
is it easier to take a simple ARM processor and a webcam?
Not for me
The Canon firmware will save the raw image as JPG whether you want it to or not.
That will include any changes you have made to the raw image.
[/list]