Closed amirtronix closed 1 month ago
I tried saving a .jpg image with
from omron import f4_tcp_serial if __name__ == '__main__': f4_instance = f4_tcp_serial.F4TCPSerial() f4_instance.connect('192.168.250.15') f4_instance.get_image('file.jpg') f4_instance.close()
But can't open the saved image.
Are you triggering an inspection? Can you verify that you that your F4 vision system is at that IP address?
I tried saving a .jpg image with
But can't open the saved image.