Skip to content

Commit 2f31df7

Browse files
committed
Fix high res snapshot for r37gb
1 parent a77ae6c commit 2f31df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/snapshot/snapshot/imggrabber.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ int main(int argc, char **argv)
594594
} else if (strcasecmp("r37gb", optarg) == 0) {
595595
buf_offset = BUF_OFFSET_R37GB;
596596
frame_header_size = FRAME_HEADER_SIZE_R37GB;
597-
model_high_res = RESOLUTION_FHD;
597+
model_high_res = RESOLUTION_3M;
598598
} else if (strcasecmp("r40ga", optarg) == 0) {
599599
buf_offset = BUF_OFFSET_R40GA;
600600
frame_header_size = FRAME_HEADER_SIZE_R40GA;

0 commit comments

Comments
 (0)