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?
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.