diff options
| author | morefigs <morefigs@gmail.com> | 2013-04-12 12:34:31 +1000 |
|---|---|---|
| committer | morefigs <morefigs@gmail.com> | 2013-04-12 12:34:31 +1000 |
| commit | 9a317e0757e17dd6ae9f612637c5bb4df3e53580 (patch) | |
| tree | b2d7268dbffc14890eb084b048737a18dde0939f | |
| parent | 218e18fca86dafd12405e90a501833a2d93d9184 (diff) | |
| download | pymba-9a317e0757e17dd6ae9f612637c5bb4df3e53580.tar.gz pymba-9a317e0757e17dd6ae9f612637c5bb4df3e53580.zip | |
Update README.md
| -rw-r--r-- | README.md | 24 |
1 files changed, 23 insertions, 1 deletions
@@ -1,6 +1,28 @@ # pymba -pymba is a Python wrapper for the Allied Vision Technologies (AVT) Vimba C API. It wraps (and requires) the VimbaC.dll file included in the AVT Vimba installation. 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 (and requires) the VimbaC.dll file included in the AVT Vimba installation. It currently supports most of the functionality provided by VimbaC.dll for 1394 cameras. + +## Installation + +Install pymba. + +Install the Vimba SDK from AVT, and specifically install at least: + +> AVT 1394 Transport Layer + +> > Core components + +> AVT Vimba SDK + +> > Core components + +> > C API runtime components + +> > Driver Installer + +Copy VimbaC.dll from the AVT installation directory to the pymba folder. + +Run the AVTDriverInstaller tool and install the AVT Vimba SDK drivers. ## Usage |
