ArduCAM / RPI-Pico-Cam

126 stars 43 forks source link

Get RGB values #5

Open konegen opened 3 years ago

konegen commented 3 years ago

Hello, I have the following problem: I use the ArduCAM OV2640 Mini-2MP-Plus together with the Raspberry Pi Pico. I want to get the RGB pixel values of the camera and print it at seriell output so that I can check if I read the pixels right. How is this possible? How can I get the RGB values of all the pixels?

Thanks