aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormorefigs <morefigs@gmail.com>2013-04-12 12:34:31 +1000
committermorefigs <morefigs@gmail.com>2013-04-12 12:34:31 +1000
commit9a317e0757e17dd6ae9f612637c5bb4df3e53580 (patch)
treeb2d7268dbffc14890eb084b048737a18dde0939f
parent218e18fca86dafd12405e90a501833a2d93d9184 (diff)
downloadpymba-9a317e0757e17dd6ae9f612637c5bb4df3e53580.tar.gz
pymba-9a317e0757e17dd6ae9f612637c5bb4df3e53580.zip
Update README.md
-rw-r--r--README.md24
1 files changed, 23 insertions, 1 deletions
diff --git a/README.md b/README.md
index a4cf95d..f8f3b34 100644
--- a/README.md
+++ b/README.md
@@ -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