how to directly connect device with IP address in Python when device is not found

Post Reply
jay
Posts: 7
Joined: Sat Apr 02, 2022 1:18 pm

how to directly connect device with IP address in Python when device is not found

Post by jay »

I downgraded a version of python and install wheel with pip.

now, I have met another is issue.

my PC do not find device information.

last week, you give a direction to connect device with 'ip address' directly on visual studio(C++)

ImageTransfer imageTransfer("192.168.10.10");

how do i connect device on python?

thanks,
k.schauwecker
Posts: 118
Joined: Mon Mar 25, 2019 1:12 pm

Re: how to directly connect device with IP address in Python when device is not found

Post by k.schauwecker »

You are right that the constructor which takes an IP address is not present in the current python API.

We added this to the current beta release. You can download it here:
http://nerian.com/nerian-content/exchange-public/nerian-vision-software-9_0_991-win.exe

Please try this release. If you don't experience any problems then this will become the next official version
jay
Posts: 7
Joined: Sat Apr 02, 2022 1:18 pm

Re: how to directly connect device with IP address in Python when device is not found

Post by jay »

as your direction, i installed 9.0.991 and find example code from 'example_pickle.py'

i should do develop many things, anyway i can save images now.

thanks for your help. and i will ask you many things before this project finish.

please. help me then.


thanks.
Post Reply