Skip to content

rememberlenny/day-one-vision

Repository files navigation

Setup

$ workon <env_name> # my environment is named py3cv4
$ pip install opencv-contrib-python
$ pip install zmq
$ pip install imutils

Hardware

  • 1x Raspberry pi zero
  • 1x Pi camera v2
  • 1x Huawei e3372 usb modem
  • 1x USB phone battery charger

Setup

  1. Configure modem with SIM card
  2. Set up Raspberry pi with camera using Motion to run when active and stream endpoint
  3. Set up OpenCV machine for analyzing video for faces

Active process

  1. Run camera and stream video to server that analyzes stream
  2. Identified faces stored as images and embedded
  3. Embedded faces added to DB
  4. Faces tagged with "session"
  5. If photo fits category, trigger alert

Links

Reference

Inspiration

Code

About

πŸ‘•πŸ“· Wearable camera to recognize familiar faces.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages