Skip to content

Commit

Permalink
Added code for webstreaming of resulting frame
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianfis committed Mar 25, 2024
1 parent 15840d9 commit 7540041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webstreaming.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def index():
return render_template("index.html")


def detect_stream(model: EdgeTPUModel, video_device: str, max_items: int):
def detect_stream(model: EdgeTPUModel, video_device: str):
# grab global references to the video stream, output frame, and
# lock variables
global outputFrame, lock
Expand Down

0 comments on commit 7540041

Please sign in to comment.