diff options
| -rw-r--r-- | pymba/vimba.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pymba/vimba.py b/pymba/vimba.py index 02c29c7..66329ab 100644 --- a/pymba/vimba.py +++ b/pymba/vimba.py @@ -58,6 +58,7 @@ class Vimba: # automatically check for the presence of a GigE transport layer if self.system().GeVTLIsPresent: + self.system().GeVDiscoveryAllDuration = 250 self.system().run_feature_command('GeVDiscoveryAllOnce') @staticmethod |
