aphyt / omron

GNU General Public License v2.0
4 stars 0 forks source link

Can't open file.jpg #2

Closed amirtronix closed 1 month ago

amirtronix commented 3 months 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.

Screenshot 2024-07-15 082442
aphyt commented 3 months ago

Are you triggering an inspection? Can you verify that you that your F4 vision system is at that IP address?