Skip to content

Intelligent mood lighting embedded system which uses computer vision to detect targets (faces and laser pointers). Runs on an Omega2. ECE150 final project.

Notifications You must be signed in to change notification settings

thunderbird2678/MoriyaShrine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moriya Shrine

An intelligent embedded mood-lighting system

Project involves:

  • Onion Omega2 Linux SoC
  • Logitech C170 Webcam
  • Shell Scripting
  • C++ Code
  • Cross-Compilation

There are three modes of operation for control of the RGB LED

  1. Image Colour Averaging: Simply weighs averages the colour of every pixel within the image taken
  2. Facial Recognition: Determines position of face within image and weighs colour from pixels surrounding it (i.e. the colour of the background behind the person)
  3. Laser Pointer Recognition: Determines position of laser pointer and weighs colour from surrounding area

About

Intelligent mood lighting embedded system which uses computer vision to detect targets (faces and laser pointers). Runs on an Omega2. ECE150 final project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 67.4%
  • C++ 28.1%
  • Python 2.4%
  • Shell 1.8%
  • Other 0.3%