diff options
| author | morefigs <morefigs@gmail.com> | 2019-01-22 17:15:58 +1100 |
|---|---|---|
| committer | morefigs <morefigs@gmail.com> | 2019-01-22 17:15:58 +1100 |
| commit | fcf34f86abce5a002babc4f7a3e465f312c7f61b (patch) | |
| tree | 1543d5666decdecbf3d6fd03404a7830c6491b3d /examples | |
| parent | 040c207c3722c0a92e4ab99c4cf3f1b2e937fa2f (diff) | |
| download | pymba-fcf34f86abce5a002babc4f7a3e465f312c7f61b.tar.gz pymba-fcf34f86abce5a002babc4f7a3e465f312c7f61b.zip | |
function rename
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/list_cameras.py | 2 |
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) |
