From 0f796a27f515061263606f29e44cd67402bacf09 Mon Sep 17 00:00:00 2001 From: morefigs Date: Sat, 9 Feb 2019 10:59:49 +1100 Subject: added 250ms discovery duration as per Vimba manual --- pymba/vimba.py | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3