Skip to content

Latest commit

 

History

History
executable file
·
21 lines (15 loc) · 818 Bytes

README.md

File metadata and controls

executable file
·
21 lines (15 loc) · 818 Bytes

The project contains two files.One for running live stream video. One for running web browser and its interface.

-----------for web browser--------------- run browser3.py to run please make sure pygame module is installed to the computer for the sound effects.

--------for live streaming program----------- please make sure Flask and Python-opencv are installed to the computer before running.

Description

Modified to support streaming out with webcams, and not just raw JPEGs.

Credits

Most of the code credits to Miguel Grinberg, except that I made a small tweak. Thanks! http://blog.miguelgrinberg.com/post/video-streaming-with-flask

Usage

  1. Install Python dependencies: cv2, flask. (wish that pip install works like a charm)
  2. Run "python main.py".
  3. Navigate the browser to the local webpage.