Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 357 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 357 Bytes

RPi-ReverseCam

Raspberry Pi based rear view camera. Using ccd camera, EasyCap and a button. The GPIO numbering is based on The "BOARD"-standard numbering.

The button closes Pin5 to Pin6(GND) Type:"$ pinout" in your RPi-Terminal to see pin numbering.

Required Python packages:

PyAutoGui 

(pip install pyautogui)

GPIO

(pip install RPi.GPIO)