Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 656 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 656 Bytes

Raspberry Pi and Python Image Processing in Real-Time with the picamera

Using Raspberry Pi and the picamera to analyze images in real-time using Python.

The final output should be able to predict the color of an image in the following printout from the console:

===========================
press enter to capture image
-------------------------
Red---mean: -2.2, stdev: 30.6
-------------------------
Green---mean: 1.2, stdev: 23.8
-------------------------
Blue---mean: 1.0, stdev: 24.8
--------------------------
The Object is: Green
--------------------------

Wiring to the Raspberry Pi alt text