aboutsummaryrefslogtreecommitdiff
path: root/pymba/camera.py
diff options
context:
space:
mode:
Diffstat (limited to 'pymba/camera.py')
-rw-r--r--pymba/camera.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pymba/camera.py b/pymba/camera.py
index 3bdc16b..23ecd13 100644
--- a/pymba/camera.py
+++ b/pymba/camera.py
@@ -154,7 +154,7 @@ class Camera(VimbaObject):
if error:
raise VimbaException(error)
- def create_frame(self) -> Frame:
+ def new_frame(self) -> Frame:
"""
Creates and returns a new frame object. Multiple frames per camera can therefore be returned.
"""