diff options
| author | morefigs <morefigs@gmail.com> | 2014-05-07 17:33:42 +1000 |
|---|---|---|
| committer | morefigs <morefigs@gmail.com> | 2014-05-07 17:33:42 +1000 |
| commit | e6753b1f2ce8735739fb3ca632eec41ef95525b3 (patch) | |
| tree | 098e248822daa95cb0a9d076cbac49d580f21d8e | |
| parent | aa9af12e09c6d10e5cba8d23928c312ac67ba94c (diff) | |
| download | pymba-e6753b1f2ce8735739fb3ca632eec41ef95525b3.tar.gz pymba-e6753b1f2ce8735739fb3ca632eec41ef95525b3.zip | |
Update README.md
| -rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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. |
