mirror of
https://gitcode.com/gh_mirrors/es/esp32-opencv.git
synced 2025-08-15 03:01:04 +08:00

- For now, the example gets an image from the camera and puts it on the LCD - TODO: image is rotated and refresh rate not good
5 lines
239 B
Makefile
Executable File
5 lines
239 B
Makefile
Executable File
COMPONENT_ADD_INCLUDEDIRS := driver/include conversions/include
|
|
COMPONENT_PRIV_INCLUDEDIRS := driver/private_include conversions/private_include sensors/private_include
|
|
COMPONENT_SRCDIRS := driver conversions sensors
|
|
CXXFLAGS += -fno-rtti
|