-
Notifications
You must be signed in to change notification settings - Fork 928
Description
Answers checklist.
- I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
- I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
- I have searched the issue tracker for a similar issue and not found a similar issue.
IDF version.
v5.5-dev-3236-g465b159cd8
Espressif SoC revision.
ESP32-S3 (QFN56) (revision v0.2)
Operating System used.
Windows
How did you build your project?
Command line with Make
If you are using Windows, please specify command line type.
PowerShell
Development Kit.
CONFIG_CAMERA_MODULE_ESP_S3_EYE
Power Supply used.
USB
What is the expected behavior?
code:https://github.com/espressif/esp-iot-solution/tree/master/examples/usb/device/usb_webcam
uvc works
What is the actual behavior?
(713) spi_flash: detected chip: boya
I (713) spi_flash: flash io: qio
W (713) spi_flash: Detected size(16384k) larger than the size in the binary image header(4096k). Using the size in the binary image header.
E (714) i2c: CONFLICT! driver_ng is not allowed to be used with this old driver
abort() was called at PC 0x4204c1b4 on core 0
--- 0x4204c1b4: check_i2c_driver_conflict at C:/git-program/esp-idf/components/driver/i2c/i2c.c:1738
Steps to reproduce.
git clone https://github.com/espressif/esp-iot-solution
cd examples/usb/device/usb_webcam
idf.py flash monitor
Debug Logs.
More Information.
No response