[X] Checked the issue tracker for similar issues to ensure this is not a duplicate.
[X] Provided a clear description of your suggestion.
[X] Included any relevant context or examples.
Issue or Suggestion Description
Hi
I am using the hardware ESP32-S3-EYE-MB_V2.2 and example code.
I am using esp-idf-v5.0.7.
I am able to compile the code and have uploaded it successfully but I am facing an issue of :
W (5584990) cam_hal: Failed to get the frame on time!
W (5592990) cam_hal: Failed to get the frame on time!
W (5600990) cam_hal: Failed to get the frame on time!
W (5608990) cam_hal: Failed to get the frame on time!
W (5616990) cam_hal: Failed to get the frame on time!
W (5624990) cam_hal: Failed to get the frame on time!
W (5632990) cam_hal: Failed to get the frame on time!
W (5640990) cam_hal: Failed to get the frame on time!
W (5648990) cam_hal: Failed to get the frame on time!
W (5656990) cam_hal: Failed to get the frame on time!
W (5664990) cam_hal: Failed to get the frame on time!
W (5672990) cam_hal: Failed to get the frame on time!
W (5680990) cam_hal: Failed to get the frame on time!
The camera module is working as this example is working well.
Checklist
Issue or Suggestion Description
Hi
I am using the hardware ESP32-S3-EYE-MB_V2.2 and example code.
I am using esp-idf-v5.0.7.
I am able to compile the code and have uploaded it successfully but I am facing an issue of : W (5584990) cam_hal: Failed to get the frame on time! W (5592990) cam_hal: Failed to get the frame on time! W (5600990) cam_hal: Failed to get the frame on time! W (5608990) cam_hal: Failed to get the frame on time! W (5616990) cam_hal: Failed to get the frame on time! W (5624990) cam_hal: Failed to get the frame on time! W (5632990) cam_hal: Failed to get the frame on time! W (5640990) cam_hal: Failed to get the frame on time! W (5648990) cam_hal: Failed to get the frame on time! W (5656990) cam_hal: Failed to get the frame on time! W (5664990) cam_hal: Failed to get the frame on time! W (5672990) cam_hal: Failed to get the frame on time! W (5680990) cam_hal: Failed to get the frame on time!
The camera module is working as this example is working well.
I have also attached a snippet of the same.