Page 1 of 1

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

Posted: Mon Apr 11, 2022 12:53 pm
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,

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

Posted: Mon Apr 11, 2022 2:01 pm
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

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

Posted: Mon Apr 11, 2022 2:33 pm
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.