chrisji / flask-video-streaming

Flask video streaming server for the Raspberry Pi + Pi Camera

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 91.8%Language:HTML 8.2%