We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a77ae6c commit 2f31df7Copy full SHA for 2f31df7
src/snapshot/snapshot/imggrabber.c
@@ -594,7 +594,7 @@ int main(int argc, char **argv)
594
} else if (strcasecmp("r37gb", optarg) == 0) {
595
buf_offset = BUF_OFFSET_R37GB;
596
frame_header_size = FRAME_HEADER_SIZE_R37GB;
597
- model_high_res = RESOLUTION_FHD;
+ model_high_res = RESOLUTION_3M;
598
} else if (strcasecmp("r40ga", optarg) == 0) {
599
buf_offset = BUF_OFFSET_R40GA;
600
frame_header_size = FRAME_HEADER_SIZE_R40GA;
0 commit comments