Replies: 1 comment 4 replies
-
Hi, You need to use the lib builder: https://docs.espressif.com/projects/arduino-esp32/en/latest/lib_builder.html See the instructions in the provided link. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I have to change the code of esp32-camera lib (tools/sdk/esp32/lib/libesp32-camera.a), because I have to use the i2c port not only for cam, but for other type sensors(there is no other gpios usable ), and I got problem, the cam can not be inited. Solution is specify the i2c address of cam instead of using SCCB_Probe(); So I need to change the source codes and rebuild the esp32-camera.a lib.
Someone could help me? Thx!
Beta Was this translation helpful? Give feedback.
All reactions