-
Notifications
You must be signed in to change notification settings - Fork 782
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
usb_webcam example no longer working because no versions of espressif/tinyusb match >=0.15.0~10 (AEGHB-730) #383
Comments
Seems like IDF component manager parse components' version failed like #352, we did have https://components.espressif.com/components/espressif/tinyusb/versions/0.15.0~10. @ohault Which version of |
I tested your case also using IDF |
Hi @leeebo,
This has been done on Microsoft Windows version 10.0.19045.4598 |
@ohault Thanks for your report, I did reproduce the issue on Windows OS with the same code and The current workaround is :
|
Hi @leeebo, thank you. I can confirm that the proposed workaround is indeed working in the while of the fix for v1.5.3 release |
Now, I have this compile error with usb_webcam.
Full log:
|
Hi @leeebo, do you confirm it is a bug or is it a missing dependencies I should have installed manually ? Is there a possible workaround ? |
Hi @ohault |
Hi @lijunru-hub, I didn't change menuconfig.
|
This is where the problem lies: the package manager did not retrieve the esp32_s3_eye and eyes_show packages. For some reason, the following lines in the idf_component.yml did not take effect. I think you can delete them.
Is your development board an esp32-s3-eye? If not, you can set the macro CAMERA_MODULE to CAMERA_MODULE_CUSTOM or another appropriate value. |
I'm using an ESP32 S3 CAM ESP32 S3 WROOM 1 N16R8 Development Board with OV5640 Camera. This module is working from ESP Launchpad for esp-iot-solution when I use the webcam application using ESP chipset type : esp32s3-esp32s3_eye I need some help because if I remove only
I get the following error
With the same board, I can run without any problem this sample also using the camera with the default (ESP-S3-EYE DevKit) - https://github.com/espressif/esp-iot-solution/tree/master/examples/camera/video_stream_server I hope this usb_webcam example app would be soon fixed and aligned with the same level of camera support than /examples/camera/video_stream_server. In the while, how should I configure the usb_webcam example app to build it without errors (e.g. by removing the support of the LCD screen animation) ? |
Just try set |
Hi @lijunru-hub, with this last command applied, it is eventually working. Thank you. To summarize :
Actions/suggestions:
Expected behavior:
without any errors. |
idf-component-manager 2.0 has released for a while. I would recommend close this issue. @leeebo |
Answers checklist.
IDF version.
esp-idf-v5.2.2-2-v5.2
Espressif SoC revision.
ESP32-S3
Operating System used.
Windows
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
CMD
Development Kit.
ESP32-S3-CAM WROOM
Steps to reproduce.
c:>git clone https://github.com/espressif/esp-iot-solution.git
c:>cd esp-iot-solution\usb\device\usb_webcam
c:\esp-iot-solution\examples\usb\device\usb_webcam>idf.py set-target esp32s3
Build Logs.
More Information.
No response
The text was updated successfully, but these errors were encountered: