From fcf34f86abce5a002babc4f7a3e465f312c7f61b Mon Sep 17 00:00:00 2001 From: morefigs Date: Tue, 22 Jan 2019 17:15:58 +1100 Subject: function rename --- examples/list_cameras.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3