diff options
| author | morefigs <morefigs@gmail.com> | 2019-01-22 14:25:24 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-22 14:25:24 +1100 |
| commit | 87a55df00f138e0b3f5b8469c2a43f868704426c (patch) | |
| tree | e1ed137ef4601fa7820c1f7d384105f3fcf38184 | |
| parent | fc5bd5ed0009226bfd8d33731e7102e7fdf8b7a3 (diff) | |
| download | pymba-87a55df00f138e0b3f5b8469c2a43f868704426c.tar.gz pymba-87a55df00f138e0b3f5b8469c2a43f868704426c.zip | |
Update README.md
| -rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,10 +1,12 @@ -# pymba +# Pymba -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. + + +Pymba is a Python wrapper for Allied Vision's Vimba C API. It wraps the VimbaC library file included in the Vimba installation to provide a simple Python interface for Allied Vision cameras. It currently supports most of the functionality provided by Vimba. ## Installation -Install the Vimba SDK from AVT to the default directory. +Download the Vimba SDK from Allied Vision: https://www.alliedvision.com/en/products/software.html. Run the AVTDriverInstaller tool and install the AVT Vimba SDK drivers. |
