Page 1 of 1

Can I stream video and mono/stereo audio on ESP32-S3 at the same time?

Posted: Wed Jun 28, 2023 6:02 pm
by jshen0y
I was wondering if I can stream 720p video with JPEG compression via http and also record audio via microphone (mono or stereo) via tcp at the same time?

Mic type: i2s
Camera type: serial

I tried doing it with mono mic on core 1 and camera on core 0 but the camera has serious lag when the mic is recording. So I'm wondering if it's possible at all. I thought it would be possible since each of these tasks is running on two separate cores