smartvision - ucsb · smartvision jacob anderson, william chen, christopher kim, jonathan simozar,...

16
UI|UX DESIGN n SmartVision Jacob Anderson, William Chen, Christopher Kim, Jonathan Simozar, Brian Wan 1 n

Upload: others

Post on 21-May-2020

17 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: SmartVision - UCSB · SmartVision Jacob Anderson, William Chen, Christopher Kim, Jonathan Simozar, Brian Wan 1 n . About our mentor n 2! IT & engineering consulting! Based in Santa

UI|UX DESIGN n

SmartVision

Jacob Anderson, William Chen, Christopher Kim, Jonathan Simozar,

Brian Wan

1

n

Page 2: SmartVision - UCSB · SmartVision Jacob Anderson, William Chen, Christopher Kim, Jonathan Simozar, Brian Wan 1 n . About our mentor n 2! IT & engineering consulting! Based in Santa

About our mentor

2n

Ø  IT & engineering consulting

Ø Based in Santa Barbara

Page 3: SmartVision - UCSB · SmartVision Jacob Anderson, William Chen, Christopher Kim, Jonathan Simozar, Brian Wan 1 n . About our mentor n 2! IT & engineering consulting! Based in Santa

n

Working alongside

Ø Utilize Lepton

Ø Thermal imaging company

3

Page 4: SmartVision - UCSB · SmartVision Jacob Anderson, William Chen, Christopher Kim, Jonathan Simozar, Brian Wan 1 n . About our mentor n 2! IT & engineering consulting! Based in Santa

n

Everyday Problems

4

Ø House fires

Ø Frozen pipes

Ø People falling

Ø Unwanted Guests

Solution: SmartVision

Page 5: SmartVision - UCSB · SmartVision Jacob Anderson, William Chen, Christopher Kim, Jonathan Simozar, Brian Wan 1 n . About our mentor n 2! IT & engineering consulting! Based in Santa

n

Hardware

Raspberry Pi Lepton

5

Page 6: SmartVision - UCSB · SmartVision Jacob Anderson, William Chen, Christopher Kim, Jonathan Simozar, Brian Wan 1 n . About our mentor n 2! IT & engineering consulting! Based in Santa

n

Technology Stack

6

Ø  Raspberry Pi

Ø  OpenCV

Ø  MJPG-streamer

Ø  SQLite

Ø  Django

Ø  Bootstrap

Ø  Textbelt

Ø  Mailgun

Page 7: SmartVision - UCSB · SmartVision Jacob Anderson, William Chen, Christopher Kim, Jonathan Simozar, Brian Wan 1 n . About our mentor n 2! IT & engineering consulting! Based in Santa

n

Architecture

Image

SPI I2C

People Detector

Fall Detector

Temperature Detector

Event Log Settings

Settings/Log Manager

Text/Email API

Alert Message

Web Server Configure Settings

7

Page 8: SmartVision - UCSB · SmartVision Jacob Anderson, William Chen, Christopher Kim, Jonathan Simozar, Brian Wan 1 n . About our mentor n 2! IT & engineering consulting! Based in Santa

n

Demo

8

Page 9: SmartVision - UCSB · SmartVision Jacob Anderson, William Chen, Christopher Kim, Jonathan Simozar, Brian Wan 1 n . About our mentor n 2! IT & engineering consulting! Based in Santa

n

Web Application for SmartVision Ø Powered by Django MVC Framework

Ø Models abstract the database using Object Relational Mapping

(ORM)

Ø Views handle requests from controller and reply with numerous

data types including HTML, JSON, and plain text

Ø Controllers map URLs to views using regular expressions

9

Page 10: SmartVision - UCSB · SmartVision Jacob Anderson, William Chen, Christopher Kim, Jonathan Simozar, Brian Wan 1 n . About our mentor n 2! IT & engineering consulting! Based in Santa

n

Web Application for SmartVision Ø Written in HTML, CSS, and JavaScript

Ø Bootstrap: positioning, organizing, and content creation

Ø jQuery UI: increase user interactivity

Ø iFrame: stream live feed from Lepton

Ø AJAX: relay settings and retrieve events

10

Page 11: SmartVision - UCSB · SmartVision Jacob Anderson, William Chen, Christopher Kim, Jonathan Simozar, Brian Wan 1 n . About our mentor n 2! IT & engineering consulting! Based in Santa

n

Settings/Log Manager

Ø SQLite wrapper with built-in C functions

Ø Configuration Thread reads updates from the web app

Ø Event Threads can write entries into the log table

Ø Textbelt and Mailgun APIs used to send alerts

11

Page 12: SmartVision - UCSB · SmartVision Jacob Anderson, William Chen, Christopher Kim, Jonathan Simozar, Brian Wan 1 n . About our mentor n 2! IT & engineering consulting! Based in Santa

n

Fall Detection Ø Background Subtraction: generates a binary image containing

pixels belonging to moving objects in the scene

12

Page 13: SmartVision - UCSB · SmartVision Jacob Anderson, William Chen, Christopher Kim, Jonathan Simozar, Brian Wan 1 n . About our mentor n 2! IT & engineering consulting! Based in Santa

n

Temperature Detection Ø Communicates with Lepton to enable Radiometry Mode

Ø Calculate temperatures to values using radiometric formulas

Ø Thresholds to determine if temperature is outside valid range

13

Page 14: SmartVision - UCSB · SmartVision Jacob Anderson, William Chen, Christopher Kim, Jonathan Simozar, Brian Wan 1 n . About our mentor n 2! IT & engineering consulting! Based in Santa

n

People Counting Ø Scans the left edge for people.

Ø Track movement of temperatures to see if people are

entering or exiting the frame

14

Page 15: SmartVision - UCSB · SmartVision Jacob Anderson, William Chen, Christopher Kim, Jonathan Simozar, Brian Wan 1 n . About our mentor n 2! IT & engineering consulting! Based in Santa

n

Next Steps

Ø Integrate with IFTTT service

Ø Smarter home, Safer environment

15

Page 16: SmartVision - UCSB · SmartVision Jacob Anderson, William Chen, Christopher Kim, Jonathan Simozar, Brian Wan 1 n . About our mentor n 2! IT & engineering consulting! Based in Santa

n

Thank You

16