Skip to content

Commit

Permalink
Optimize imx462
Browse files Browse the repository at this point in the history
  • Loading branch information
ArduCAM committed Apr 29, 2021
1 parent f8e365d commit 17ae336
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RPI/arducamstill.c
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ int main(int argc, char **argv) {
PREVIEW_PARAMS preview_params1 = {
.fullscreen = 0, // 0 is use previewRect, non-zero to use full screen
.opacity = 255, // Opacity of window - 0 = transparent, 255 = opaque
.window = {0, 0, 640, 480}, // Destination rectangle for the preview window.
.window = {0, 0, 1920, 1080}, // Destination rectangle for the preview window.
};
preview_params = preview_params1;
}else if(state.cs == 1){
Expand Down
Binary file modified RPI/lib/libarducam_mipicamera.so
Binary file not shown.

0 comments on commit 17ae336

Please sign in to comment.