Skip to content

A Raspberry Pi camera project using computer vision to determine a blinking eye and responding with a gif on an lcd display

License

Notifications You must be signed in to change notification settings

p123ad/eye-blink-box

Repository files navigation

eye-blink-box

A Raspberry Pi camera project using computer vision to determine a blinking eye and responding with a gif on an lcd display and a sound

Get it up and running

Project is developed in a Python virtual environment

cd eye-blink/
workon cv
python final_wink_detection.py

Hardware

BOM

Wiring

Software setup

  1. Setup your Raspberry Pi with the latest OS with Desktop environment
  2. Follow this tutorial from PyImageSearch to setup all required libraries for the face recognition.
  3. Install adafruit libraries for the lcd display
workon cv
#make sure you use python3
pip3 install RPI.GPIO
pip3 install adafruit-blinka
pip3 install adafruit-io
pip3 install adafruit-circuitpython-rgb-display

eye-blink-box

About

A Raspberry Pi camera project using computer vision to determine a blinking eye and responding with a gif on an lcd display

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages