mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
parent
8887ab114e
commit
029eebdab7
@ -55,6 +55,7 @@
|
|||||||
// Enable sensor drivers
|
// Enable sensor drivers
|
||||||
#define OMV_ENABLE_OV2640 (1)
|
#define OMV_ENABLE_OV2640 (1)
|
||||||
#define OMV_ENABLE_OV5640 (1)
|
#define OMV_ENABLE_OV5640 (1)
|
||||||
|
#define OMV_ENABLE_OV7670 (0)
|
||||||
#define OMV_ENABLE_OV7690 (1)
|
#define OMV_ENABLE_OV7690 (1)
|
||||||
#define OMV_ENABLE_OV7725 (1)
|
#define OMV_ENABLE_OV7725 (1)
|
||||||
#define OMV_ENABLE_OV9650 (1)
|
#define OMV_ENABLE_OV9650 (1)
|
||||||
@ -64,6 +65,12 @@
|
|||||||
#define OMV_ENABLE_HM01B0 (0)
|
#define OMV_ENABLE_HM01B0 (0)
|
||||||
#define OMV_ENABLE_PAJ6100 (1)
|
#define OMV_ENABLE_PAJ6100 (1)
|
||||||
|
|
||||||
|
// Set which OV767x sensor is used
|
||||||
|
#define OMV_OV7670_VERSION (70)
|
||||||
|
|
||||||
|
// OV7670 clock divider
|
||||||
|
#define OMV_OV7670_CLKRC (0)
|
||||||
|
|
||||||
// Enable sensor features
|
// Enable sensor features
|
||||||
#define OMV_ENABLE_OV5640_AF (0)
|
#define OMV_ENABLE_OV5640_AF (0)
|
||||||
|
|
||||||
|
|||||||
@ -513,6 +513,7 @@ UVC_OBJ += $(addprefix $(BUILD)/$(OMV_DIR)/sensors/, \
|
|||||||
ov2640.o \
|
ov2640.o \
|
||||||
ov5640.o \
|
ov5640.o \
|
||||||
ov7690.o \
|
ov7690.o \
|
||||||
|
ov7670.o \
|
||||||
ov7725.o \
|
ov7725.o \
|
||||||
ov9650.o \
|
ov9650.o \
|
||||||
mt9v034.o \
|
mt9v034.o \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user