You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We encounter a problem when we try to connect to an ip address where there is no camera. We've tested your visionary_welcome example on linux and when we run the command ./welcome -i192.168.16.52 -dVisionary-T_Mini with no visionary connected to this address, the open function does not return false after the specified "connectTimeout" value has expired (or 5s if this value is not specified by looking at the defaults), it can take a lot longer than this value.
Is this the maximum time the open function should take before returning anything?
We've also noticed that when there's something at this address (e.g. a computer on the same network), the open function immediately returns false.
Thank you in advance for your time,
The text was updated successfully, but these errors were encountered:
Hello,
We encounter a problem when we try to connect to an ip address where there is no camera. We've tested your visionary_welcome example on linux and when we run the command ./welcome -i192.168.16.52 -dVisionary-T_Mini with no visionary connected to this address, the open function does not return false after the specified "connectTimeout" value has expired (or 5s if this value is not specified by looking at the defaults), it can take a lot longer than this value.
Is this the maximum time the open function should take before returning anything?
We've also noticed that when there's something at this address (e.g. a computer on the same network), the open function immediately returns false.
Thank you in advance for your time,
The text was updated successfully, but these errors were encountered: