Hi everyone! First of all I want to apologise if I don't post this on the right place topic.
I have an ESP32 Cam and I'm trying to combine him with an INMP441 (a microphone) to get recording from the webcam with sound then place them on the SD Card. I'm not very familiar with all of these but I'm trying to learn.
As a starting point I found this code from this guy GitHub - jameszah/ESP32-CAM-Video-Recorder-junior: Simple fast version of ESP32-CAM-Video-Recorder. He record some video and place the on the sd card. Also he use some buttons to stop/play the recording.
For the sound recording part I found the code from this guy ThatProject/ESP32_MICROPHONE/ESP32_INMP441_RECORDING at master · 0015/ThatProject · GitHub. My microphone has the next configuration on GPIO 33- SD , GPIO0- WS, GPIO16 SCK.
My big problem is I don't understand how to combine these to get a video recording with sound.
Any idea is welcome. Thank you very much for the answers!!!
I'd use another MCU for sound processing. The ESP32-CAM's resources would be taxed to record sound and video at the same time.
This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.