How to edit esp32-camera library locally

I want to edit some code in esp32-camera library locally on my PC. Specifically, I want to edit a file called ov2640.c in sensors directory. The problem is - I cannot find where the file is stored on my PC. I've been looking all over the installation directory of my Arduino IDE: C:\Users<user-name>\AppData\Local\Arduino15\packages, with no success. I can only find some .h files related to ESP32. I installed the library in my Arduino IDE following this tutorial. Does anyone know how can I modify the desired file?

Found the file in the following directory:

C:\Users__"user-name"__\Documents\esp-idf\examples\esp-who\components\esp32-camera\sensors

Hope it can help you :slight_smile: