Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
change stream port
Browse files Browse the repository at this point in the history
  • Loading branch information
egeakman committed Mar 23, 2023
1 parent 7f600bc commit 9a58710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
print(cmd_yolo)

stream = Stream("cone", size=(640, 480), quality=10, fps=30)
server = MjpegServer(config.get("default", "ip"), 5807)
server = MjpegServer(config.get("default", "ip"), 5805)
server.add_stream(stream)

def angle(result: list) -> int:
Expand Down

0 comments on commit 9a58710

Please sign in to comment.