mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Merge 23f2e0bbf4 into daf26f9fc8
This commit is contained in:
commit
1b4f008973
@ -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)
|
||||||
|
|||||||
@ -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)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user