aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/list_cameras.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/list_cameras.py b/examples/list_cameras.py
index 0be2e12..1d8258c 100644
--- a/examples/list_cameras.py
+++ b/examples/list_cameras.py
@@ -7,6 +7,6 @@ if __name__ == '__main__':
with Vimba() as vmb:
# required for discovering GigE cameras
if vmb.system.GeVTLIsPresent:
- vmb.system.runFeatureCommand("GeVDiscoveryAllOnce")
+ vmb.system.run_feature_command("GeVDiscoveryAllOnce")
sleep(0.2)
print(vmb.camera_ids)