Rename jpeg_array to highres_array
This commit is contained in:
parent
132efa8033
commit
9d1385231d
3 changed files with 5 additions and 5 deletions
|
|
@ -77,7 +77,7 @@ class CameraProtocol(Protocol):
|
|||
"""Acquire one image from the preview stream and return its size"""
|
||||
...
|
||||
|
||||
def capture_jpeg_array(
|
||||
def capture_highres_array(
|
||||
self,
|
||||
):
|
||||
...
|
||||
|
|
@ -176,7 +176,7 @@ class CameraStub(BaseCamera):
|
|||
raise NotImplementedError("Cameras must not inherit from CameraStub")
|
||||
|
||||
@thing_action
|
||||
def capture_jpeg_array(
|
||||
def capture_highres_array(
|
||||
self,
|
||||
):
|
||||
raise NotImplementedError("Cameras must not inherit from CameraStub")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue