Skip to content

Commit ad52ca6

Browse files
committed
set camera img dims
1 parent 71fc5da commit ad52ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ulc_mm_package/scope_constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class CameraOptions(Enum):
7373

7474
def img_dims(self) -> ImageDims:
7575
if self == CameraOptions.AVT:
76-
return ImageDims(height=772, width=1032)
76+
return ImageDims(height=1544, width=2064)
7777
elif self == CameraOptions.BASLER:
7878
return ImageDims(height=600, width=800)
7979
elif self == CameraOptions.SIMULATED:

0 commit comments

Comments
 (0)