ArduCam Mini OV5642 5MP Plus: Read out RGB values

Hello,

i use a Arduino UNO R3 and a ArduCam Mini OV5642 5MP Plus. I would like to Read out the RGB values from the ArduCam. Any suggestions? is it possible that i dont even take a photo and send it to the arduino, instead that i just send the current RGB values from the ArduCam to the arduino?

thanks a lot

Check the camera library user guide to see if it is possible to read out individual pixels of the image, keeping in mind that the Uno R3 can store at most a few hundred pixels.

thank you for your answer.. if possible i dont want to store the pixels on the UNO R3.. instead i want to store the RGB values

Same thing. The pixels contain RGB values.