change port in client

This commit is contained in:
Lennart Heimbs 2019-08-05 12:32:42 +02:00
parent 37c47bab66
commit efa03a17a1

View File

@ -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