raaka1 / Samaritan_tx2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Video Streaming with Flask Example

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.

About


Languages

Language:Python 92.4%Language:HTML 7.6%