Skip to content

chrisji/flask-video-streaming

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-video-streaming

Flask video streaming server for the Raspberry Pi + Pi Camera

Prerequisites:

  • pip (sudo apt-get install python-pip)
  • picamera (sudo pip install picamera)
  • flask (sudo pip install flask)

Usage:

  • Download the repo and move into the directory.
  • Run: python app.py
  • Request the webpage at 192.168.1.1:5000, where the IP address is that of the Pi's.

About

Flask video streaming server for the Raspberry Pi + Pi Camera

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.8%
  • HTML 8.2%