#22 Remove helper functions
This commit is contained in:
@@ -17,20 +17,6 @@ class PiCam:
|
||||
"""
|
||||
self.preview_resolution = resolution
|
||||
|
||||
def get_preview_resolution(self) -> "tuple[int, int]":
|
||||
"""Get the current preview resolution
|
||||
|
||||
:returns: Tuple containing current preview resolution (x, y)
|
||||
"""
|
||||
raise NotImplementedError
|
||||
|
||||
def get_capture_resolution(self) -> "tuple[int, int]":
|
||||
"""Get the current capture resolution
|
||||
|
||||
:returns: Tuple containing current capture resolution (x, y)
|
||||
"""
|
||||
raise NotImplementedError
|
||||
|
||||
def capture(self) -> bytes:
|
||||
"""Capture an image
|
||||
|
||||
|
||||
Reference in New Issue
Block a user