From e6753b1f2ce8735739fb3ca632eec41ef95525b3 Mon Sep 17 00:00:00 2001 From: morefigs Date: Wed, 7 May 2014 17:33:42 +1000 Subject: Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8fd4bc1..5e73596 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,10 @@ Get a reference to an interface object and list available interface features. # close interface interface0.closeInterface() + # shutdown Vimba + vimba.shutdown() + + ### Handling Vimba exceptions from pymba import * @@ -153,7 +157,5 @@ Get a reference to an interface object and list available interface features. ## Known issues * Not all API functions are wrapped (most are). For full list see vimbadll.py. -* Only 32-bit VimbaC.dll (version 1.2.1) under Windows has been tested. -* Colour cameras and GigE cameras have not been tested. -* The VimbaC.dll file location has been hardcoded in vimbadll.py. It should be easy to change if needed. +* The path to VimbaC.dll has been hardcoded in vimbadll.py. It should be easy to change if needed. -- cgit v1.2.3