From 9a317e0757e17dd6ae9f612637c5bb4df3e53580 Mon Sep 17 00:00:00 2001 From: morefigs Date: Fri, 12 Apr 2013 12:34:31 +1000 Subject: Update README.md --- README.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3