This commit is contained in:
Kwabena W Agyeman 2025-11-03 06:52:58 +00:00 committed by GitHub
commit 1b4f008973
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -55,8 +55,8 @@ extern unsigned char OMV_BOARD_UID_ADDR[12]; // Unique address.
// Enable RAW preview. // Enable RAW preview.
#define OMV_RAW_PREVIEW_ENABLE (1) #define OMV_RAW_PREVIEW_ENABLE (1)
#define OMV_RAW_PREVIEW_WIDTH (512) #define OMV_RAW_PREVIEW_WIDTH (640)
#define OMV_RAW_PREVIEW_HEIGHT (320) #define OMV_RAW_PREVIEW_HEIGHT (400)
// CSI drivers configuration. // CSI drivers configuration.
#define OMV_PAG7936_ENABLE (CORE_M55_HP) #define OMV_PAG7936_ENABLE (CORE_M55_HP)

View File

@ -26,8 +26,8 @@
// Enable RAW preview. // Enable RAW preview.
#define OMV_RAW_PREVIEW_ENABLE (1) #define OMV_RAW_PREVIEW_ENABLE (1)
#define OMV_RAW_PREVIEW_WIDTH (512) #define OMV_RAW_PREVIEW_WIDTH (640)
#define OMV_RAW_PREVIEW_HEIGHT (512) #define OMV_RAW_PREVIEW_HEIGHT (480)
// GPU Configuration // GPU Configuration
#define OMV_GPU_ENABLE (1) #define OMV_GPU_ENABLE (1)