diff options
| author | morefigs <morefigs@gmail.com> | 2013-04-03 11:45:50 +1200 |
|---|---|---|
| committer | morefigs <morefigs@gmail.com> | 2013-04-03 11:45:50 +1200 |
| commit | 7ce8c7e601346fabaa86d59f9e9d343c09bbe9a1 (patch) | |
| tree | 5248c267d5bc0938bbf3f9b7cb1e7bcac7c058ee | |
| parent | 1b5055c07553d18e6f241d848423d8e79691edbb (diff) | |
| download | pymba-7ce8c7e601346fabaa86d59f9e9d343c09bbe9a1.tar.gz pymba-7ce8c7e601346fabaa86d59f9e9d343c09bbe9a1.zip | |
Update README.md
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -8,9 +8,9 @@ pymba is a Python wrapper for the Allied Vision Technologies (AVT) Vimba C API. The following code gives a good example of basic pymba usage. For clarity exceptions are not dealt with. - from pymba.Vimba import Vimba - from pymba.VimbaFrame import VimbaFrame - from pymba.VimbaCamera import VimbaCamera + from Vimba import Vimba + from Vimba import VimbaCamera + from Vimba import VimbaFrame # start Vimba vimba = Vimba() |
