Skip to content

karthida/Tornado-mjpeg-streamer-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tornado-mjpeg-streamer-python

Overview

Simple demo app of mjpeg streamer with face detector based on async tornado http server and OpenCV library. Can be helpful for smart home solution or for remote control. Easy to run good works on Raspberry PI

Instalation

Brouser must support HTML5 and JS Download files from git to any directory on your PC. You have to install Tornado framework end OpenCV for Python 2.7

  • pip install tornado
  • pip install gen
  • pip install pyopencv

Usage

  • Connect usb camera to device
  • Run start.py
  • Open in browser 127.0.0.1:8080. For other devises change IP to IP of device running script

About

Simple tornado mjpeg streamer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.9%
  • HTML 17.9%
  • JavaScript 9.1%
  • CSS 6.1%