aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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