diff options
| author | more figs <morefigs@gmail.com> | 2014-03-08 10:16:44 +1100 |
|---|---|---|
| committer | more figs <morefigs@gmail.com> | 2014-03-08 10:16:44 +1100 |
| commit | 0b5baee69b57cd822c260f395fc881a8e110c5b1 (patch) | |
| tree | c2770a46371c6d23f907e9b5cfc5e3207c9c5089 /vimbaobject.py | |
| parent | d9bf2770f2c9ea4ccc5cbefc766191d852f6b1e2 (diff) | |
| download | pymba-0b5baee69b57cd822c260f395fc881a8e110c5b1.tar.gz pymba-0b5baee69b57cd822c260f395fc881a8e110c5b1.zip | |
Added Vimba system and Vimba interface support
Diffstat (limited to 'vimbaobject.py')
| -rw-r--r-- | vimbaobject.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vimbaobject.py b/vimbaobject.py index c1acb55..8e2f812 100644 --- a/vimbaobject.py +++ b/vimbaobject.py @@ -20,10 +20,10 @@ class VimbaObject(object): self._handle = c_void_p() # list of VimbaFeatureInfo objects - # can't set yet as object (camera) won't be - # opened yet, therefore no event for camera opening + # can't set yet as the object (e.g. a camera) won't be + # opened yet, therefore no event for object opening # so will have it populate by user interaction - # and blame them if the camera is not opened then + # and blame them if the object is not opened then self._featureInfos = None # override getattr for undefined attributes |
