Browse Source

change port in client

master
Lennart Heimbs 4 years ago
parent
commit
efa03a17a1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      camera/video_stream/zmq_video_client.py

+ 1
- 1
camera/video_stream/zmq_video_client.py 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

Loading…
Cancel
Save