Send an image over a socket connection.
::send_image sends an image object over the socket connection determined by Socket. The receiving HALCON process must call ::receive_image to read the image from the socket. For a detailed example, see ::open_socket_accept.
|
Image (input_object) |
image(-array) -> Hobject: HImage(Array) |
| Image to be sent. | |
|
Socket (input_control) |
socket_id -> HTuple.long |
| Socket number. | |
::open_socket_connect, ::socket_accept_connect
::receive_image, ::send_region, ::receive_region, ::send_tuple, ::receive_tuple, ::get_next_socket_data_type
System