Replies: 2 comments 2 replies
-
were you able to resolve this? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Okay, thank you for the response. would your resulting code look this?
Also are you using the ESP32-S3-WROOM CAM, or a seed studio s3 board, or something else? did you change from the Wrover board? ResultYour solution worked! Thank you very much! I am curious to know how you discovered that is was port conflict and that setting |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I want to do getting image from Camera and playing sounds via I2S both at the same time. I tried to with the sample, but it did not work. When the camera get image, I2S audio play no sound at all. I can not figure out if I use library wrong or if it is not even possible. If you have any experience on it, please advice.
I use ESP32-Wrover-dev board, and my test code is as bellow
Camera Definition
Test Code. It can play sounds if I remove "esp_camera_fb_get();"
Beta Was this translation helpful? Give feedback.
All reactions