Skip to content

Instantly share code, notes, and snippets.

@du-phan
Created January 8, 2018 18:21
Show Gist options
  • Save du-phan/c9480533fff1223d27147b93d666a71c to your computer and use it in GitHub Desktop.
Save du-phan/c9480533fff1223d27147b93d666a71c to your computer and use it in GitHub Desktop.
@app.route("/video_feed")
def video_feed():
return Response(gen(Camera()), mimetype='multipart/x-mixed-replace; boundary=frame')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment