aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlbusoni <lbusoni@gmail.com>2018-09-18 11:59:14 +0200
committerlbusoni <lbusoni@gmail.com>2018-09-18 12:18:57 +0200
commit4300f364ad2063ba7de1e30c941264b7a5d42f6a (patch)
tree5d62f196c841e462616b05819bac7e84a02e89e9
parentfe0152a5e801cd1ce1f53b97f9f54e2dbf8662a0 (diff)
downloadpymba-4300f364ad2063ba7de1e30c941264b7a5d42f6a.tar.gz
pymba-4300f364ad2063ba7de1e30c941264b7a5d42f6a.zip
added VimbaFrame.getTimestamp and VimbaFrame.getReceiveStatus
-rw-r--r--pymba/vimba_frame.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/pymba/vimba_frame.py b/pymba/vimba_frame.py
index 8f6d797..8242342 100644
--- a/pymba/vimba_frame.py
+++ b/pymba/vimba_frame.py
@@ -173,3 +173,11 @@ class VimbaFrame(object):
except NameError as e:
print('install numpy to use this method or use getBufferByteData instead')
raise e
+
+
+ def getTimestamp(self):
+ return self._frame.timestamp
+
+
+ def getReceiveStatus(self):
+ return self._frame.receiveStatus