diff options
| -rw-r--r-- | pymba/vimba_frame.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pymba/vimba_frame.py b/pymba/vimba_frame.py index 8242342..b2b5d35 100644 --- a/pymba/vimba_frame.py +++ b/pymba/vimba_frame.py @@ -174,10 +174,8 @@ class VimbaFrame(object): 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 |
