transports: resize output image if it doesn't match camera
This commit is contained in:
@@ -55,7 +55,7 @@ class ImageRawFrame(DataFrame):
|
||||
"""
|
||||
image: bytes
|
||||
size: Tuple[int, int]
|
||||
format: str
|
||||
format: str | None
|
||||
|
||||
def __str__(self):
|
||||
return f"{self.name}(size: {self.size}, format: {self.format})"
|
||||
|
||||
Reference in New Issue
Block a user