diff options
| author | John Sun <jsun@sightmachine.com> | 2014-04-04 15:49:14 -0700 |
|---|---|---|
| committer | John Sun <jsun@sightmachine.com> | 2014-04-04 15:49:14 -0700 |
| commit | 3c1ca240eb7d90e7c7e925c06712a59a4063cb7e (patch) | |
| tree | a16466e168fd42f7f184fe5f96947e918c9a4c74 /README.md | |
| parent | f71223d809af8cb749f6a3b37b3a29a022322d02 (diff) | |
| download | pymba-3c1ca240eb7d90e7c7e925c06712a59a4063cb7e.tar.gz pymba-3c1ca240eb7d90e7c7e925c06712a59a4063cb7e.zip | |
Rename directory to pymba instead of pyvimba.
Fix test_systemfeatures.py
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ -# pyvimba +# pymba -pyvimba is a Python wrapper for the Allied Vision Technologies (AVT) Vimba C API. It wraps the VimbaC.dll file included in the AVT Vimba installation to provide a simple Python interface for AVT cameras. It currently supports most of the functionality provided by VimbaC.dll. +pymba is a Python wrapper for the Allied Vision Technologies (AVT) Vimba C API. It wraps the VimbaC.dll file included in the AVT Vimba installation to provide a simple Python interface for AVT cameras. It currently supports most of the functionality provided by VimbaC.dll. ## Installation @@ -8,13 +8,13 @@ Install the Vimba SDK from AVT to the default directory. Run the AVTDriverInstaller tool and install the AVT Vimba SDK drivers. -Install pyvimba. +Install pymba. ## Usage ### Testing installation -If Vimba and pyvimba are installed correctly, then the following code should give the installed Vimba version. No camera is needed. +If Vimba and pymba are installed correctly, then the following code should give the installed Vimba version. No camera is needed. from vimba import * |
