We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71fc5da commit ad52ca6Copy full SHA for ad52ca6
ulc_mm_package/scope_constants.py
@@ -73,7 +73,7 @@ class CameraOptions(Enum):
73
74
def img_dims(self) -> ImageDims:
75
if self == CameraOptions.AVT:
76
- return ImageDims(height=772, width=1032)
+ return ImageDims(height=1544, width=2064)
77
elif self == CameraOptions.BASLER:
78
return ImageDims(height=600, width=800)
79
elif self == CameraOptions.SIMULATED:
0 commit comments