s60sc / ESP32-CAM_MJPEG2SD

ESP32 Camera motion capture application to record JPEGs to SD card as AVI files and stream to browser as MJPEG. If a microphone is installed then a WAV file is also created. Files can be uploaded via FTP or downloaded to browser.
GNU Affero General Public License v3.0
931 stars 214 forks source link

Remote mic is always Off #492

Closed madiglechat closed 1 month ago

madiglechat commented 1 month ago

Hello,

Very nice job, thanks for this program.

Unfortunatelly, I have a trouble with the microphone, I can't use it, it's always on OFF, even if I configure it on ON on the browser. image I use a Xaio ESP32S3 card and I want to change the microphone pins number but it's the same problem, the pin WS stay always with the value 41 even if I change it to 42 like in the picture, same trouble with the SD pin.

Thanks for your help.

s60sc commented 1 month ago

You cant change the esp mic pins they are fixed in the xaio hardware. The esp mic is local, the remote mic is the browser which will only work if you have an amp/speaker on the esp

madiglechat commented 1 month ago

In the file camera_pins.h section xiao ESP32S3 the hardware is well defined: image But in the browser the I2S WS is 41 and the I2S SD is 42, if I change it, save the config, it always come back to the WS=41 and SD=42, and my records have no sound...