Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jan 5, 2020
1 parent 4d1b07f commit 0674231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ server=imagiz.TCP_Server(9990)
server.start()
while True:
message=server.receive()
# print(m)
frame=cv2.imdecode(mmessage.image,1)
cv2.imshow("",frame)
cv2.waitKey(1)
Expand All @@ -85,6 +84,7 @@ while True:
| `request_timeout` | how many milliseconds wait to resend image again |
| `request_retries` | how many time retries to send an image before client exit |
| `generate_image_id` | image_id is unique and ordered id that you can use for save data on disk or db also it is show time of image sended by client |
| `time_between_retries` | On TCP client show time between retries |

# Server Options
| Name | Description |
Expand Down

0 comments on commit 0674231

Please sign in to comment.