diff options
| -rw-r--r-- | pymba/vimbaobject.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pymba/vimbaobject.py b/pymba/vimbaobject.py index 6a9a165..9f57c62 100644 --- a/pymba/vimbaobject.py +++ b/pymba/vimbaobject.py @@ -73,8 +73,8 @@ class VimbaObject(object): # call once to get number of available features # Vimba DLL will return an error code errorCode = VimbaDLL.featuresList(self._handle, - byref(dummyFeatureInfo), - 999, + None, + 0, byref(numFound), sizeof(dummyFeatureInfo)) if errorCode != 0: |
