change port in client
This commit is contained in:
parent
37c47bab66
commit
efa03a17a1
@ -12,7 +12,7 @@ args = vars(ap.parse_args())
|
||||
|
||||
# initialize the ImageSender object with the socket address of the
|
||||
# server
|
||||
sender = imagezmq.ImageSender(connect_to="tcp://{}:5555".format(
|
||||
sender = imagezmq.ImageSender(connect_to="tcp://{}:63128".format(
|
||||
args["server_ip"]))
|
||||
|
||||
rpi_name = socket.gethostname() # send RPi hostname with each image
|
||||
|
Loading…
x
Reference in New Issue
Block a user