Hi there!
I've got two questions:
1) Is there any possibility to operate on separated pixels? For example to take a RGB values of one defined pixel from an image?
2) Is there any possibility to create binary file on SD card?
What's I'm trying to do is:
-take a shoot
-make some changes to image
-save output image to SD card.
So I need to read RGB values and then write them in new file (whichever format - jpg, bmp - just binary way).
I guess it's always possible by peek and poke, but I've got not enough knowlege to use it safety and I don't like to couse my camera blow up... Is there any other way?