Hello everyone!
I have couple of ideas on how to improve esp_camera code. That one, used by ESP32Cam examples.
I think, there is a room for improvements, namely - cam_ll_memcpy(). But to experiment with it I would like to recompile it. However it is a part of ESP-IDF, which comes precompiled. Is there a way to somehow compile & use my (modified) code instead of binary lib?
May be sources of esp_camera can be somehow be placed in a sketch directory, with manually created sdkconfig.h?
Expert opinion needed.
PS: may be I can just override esp_camera’s functions using -lWrap linker/compiler flags?