aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormorefigs <morefigs@gmail.com>2014-05-07 17:33:42 +1000
committermorefigs <morefigs@gmail.com>2014-05-07 17:33:42 +1000
commite6753b1f2ce8735739fb3ca632eec41ef95525b3 (patch)
tree098e248822daa95cb0a9d076cbac49d580f21d8e
parentaa9af12e09c6d10e5cba8d23928c312ac67ba94c (diff)
downloadpymba-e6753b1f2ce8735739fb3ca632eec41ef95525b3.tar.gz
pymba-e6753b1f2ce8735739fb3ca632eec41ef95525b3.zip
Update README.md
-rw-r--r--README.md8
1 files 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.