aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pymba/vimbaobject.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pymba/vimbaobject.py b/pymba/vimbaobject.py
index 964f811..6a9a165 100644
--- a/pymba/vimbaobject.py
+++ b/pymba/vimbaobject.py
@@ -74,7 +74,7 @@ class VimbaObject(object):
# Vimba DLL will return an error code
errorCode = VimbaDLL.featuresList(self._handle,
byref(dummyFeatureInfo),
- 0,
+ 999,
byref(numFound),
sizeof(dummyFeatureInfo))
if errorCode != 0: