Skip to content

This is a small project that can let the user turn on or off the Led built in the esp8266 board using Opencv whenever the yellow color is detected.

Notifications You must be signed in to change notification settings

heyitsmeyo/Esp8266-OpenCv-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Esp8266-OpenCv-

This is a small project that can let the user turn on or off the Led built in the esp8266 board using Opencv whenever the yellow color is detected.

The esp8266 acts as a server as it receives data from the user wirelessly.

Before running the project , make sure you have the required libraries : Opencv , Pillow and numpy

image

To Install these libraries on linux , run these commands :

Sudo apt update 

Pip3 install opencv-python 

Pip3 install Pillow 

Pip3 install numpy 

About

This is a small project that can let the user turn on or off the Led built in the esp8266 board using Opencv whenever the yellow color is detected.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published