Skip to content

raaka1/video_streaming_with_flask_TX2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Video Streaming with Flask Example

Website

http://www.chioka.in

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

Video Streaming with Flask example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.4%
  • HTML 7.6%