docs: minor type correction in documentation start_video_rcv and video_rcv_loop

This commit is contained in:
Storm
2025-10-15 17:55:29 +02:00
parent e3663e1327
commit a408fafc7c

View File

@@ -65,7 +65,7 @@ def start_video_rcv(robot_ip, port, socket):
:type port: int
:param socket: The ZMQ socket to send the video images over.
:type: Socket
:type: VideoSender
"""
socket.socket.setsockopt(zmq.CONFLATE,1)
@@ -94,7 +94,7 @@ def video_rcv_loop(vid_service, vid_stream_name, socket):
:type vid_service: Object (Qi service object)
:param socket: The ZMQ socket to send the video images over.
:type: Socket
:type: VideoSender
"""
while not state.exit_event.is_set():
try: