Page 1 of 1

How to incorporate ESP32-CAM Driver into a project?

Posted: Sun Nov 26, 2023 7:12 pm
by hasukuma
I see that the following driver was developed by Espressif to use ESP32-CAM in esp-idf:
https://github.com/espressif/esp32-camera

However, how do we integrate this into a project? Where should these files be copied? Should they be copied to the application folder?

Is there documentation on how these are linked together in esp-idf, particularly regarding folder structure and how libraries are incorporated into a project?

I used to develop applications using Borland C/C++ for DOS and Windows over 25 years ago, but things have changed so much these days!

Re: How to incorporate ESP32-CAM Driver into a project?

Posted: Sun Nov 26, 2023 9:28 pm
by MicroController
hasukuma wrote:
Sun Nov 26, 2023 7:12 pm
Is there documentation on how these are linked together in esp-idf, particularly regarding folder structure and how libraries are incorporated into a project?
Yes: https://docs.espressif.com/projects/esp ... le-project