diff options
| author | morefigs <morefigs@gmail.com> | 2019-02-21 17:06:42 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-21 17:06:42 +1100 |
| commit | 1c0c3daf30113d2da9299047c597825adfaeea53 (patch) | |
| tree | c6c649bca33e65fc3f0f8f6468bd06bc601c5327 | |
| parent | 9add70b9b588c6da1761247a11ee5603e713ee63 (diff) | |
| download | pymba-1c0c3daf30113d2da9299047c597825adfaeea53.tar.gz pymba-1c0c3daf30113d2da9299047c597825adfaeea53.zip | |
Update README.md
| -rw-r--r-- | README.md | 25 |
1 files changed, 12 insertions, 13 deletions
@@ -1,11 +1,11 @@ # Pymba -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. +Pymba is a Python wrapper for Allied Vision's Vimba C API. It wraps the Vimba C 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. ## Requirements The Vimba C API dynamic library file is required to run Pymba. This can be gained by either: -* [Installing Vimba SDK](#installing-vimba-sdk) +* [Installing Vimba SDK](#installing-vimba-sdk), * Or ensuring that your application's working directory contains the `VimbaC.dll` file and any relevant transport layer driver files, e.g. `VimbaGigETL.cti`. ## Installation @@ -16,16 +16,16 @@ For Windows: * [Download](https://www.alliedvision.com/en/products/software.html) and launch the Vimba SDK installer: * Select "Custom Selection". * Select (at least) the following options: - * A transport layer that matches your hardware (e.g. "Vimba USB Transport Layer" for USB cameras) - * Core components - * Register GenICam Path variable - * Vimba SDK - * Core components - * Register environment variables - * C API runtime components - * C API development components - * Driver Installer - * Vimba Viewer + * A transport layer that matches your hardware (e.g. "Vimba USB Transport Layer" for USB cameras): + * Core components. + * Register GenICam Path variable. + * Vimba SDK: + * Core components. + * Register environment variables. + * C API runtime components. + * C API development components. + * Driver Installer. + * Vimba Viewer. * Run `VimbaDriverInstaller.exe` and install the relevant driver. * Test the driver installation by running `VimbaViewer.exe`. @@ -56,4 +56,3 @@ Usage examples can be found in the [`examples`](examples/) directory. * Not all API functions are supported, but missing functions can be added on request. * Not all camera pixel formats are currently supported. - |
