Created
January 8, 2018 18:21
-
-
Save du-phan/c9480533fff1223d27147b93d666a71c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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