29 lines
717 B
Plaintext
Executable File
29 lines
717 B
Plaintext
Executable File
menu "Camera configuration"
|
|
|
|
config ENABLE_TEST_PATTERN
|
|
bool "Enable test pattern on camera output"
|
|
default n
|
|
help
|
|
Configure the camera module to output test pattern instead of live image.
|
|
|
|
Use this option to troubleshoot image issues like noise,
|
|
distortion, not legible and missing live image.
|
|
Instead, module will generate regular vertical bars
|
|
in shades from dark to white.
|
|
|
|
config OV2640_SUPPORT
|
|
bool "OV2640 Support"
|
|
default y
|
|
help
|
|
Enable this option if you want to use the OV2640.
|
|
Disable this option to safe memory.
|
|
|
|
config OV7725_SUPPORT
|
|
bool "OV7725 Support"
|
|
default y
|
|
help
|
|
Enable this option if you want to use the OV7725.
|
|
Disable this option to safe memory.
|
|
|
|
endmenu
|