We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When i plug a i2c device (arduino nano) on i2c bus the camera stops with message:
[E][camera.c:1049] camera_probe(): Detected camera not supported. [E][camera.c:1249] esp_camera_init(): Camera probe failed with error 0x20004
How can i use a arduino project with camera and i2c devices?
The text was updated successfully, but these errors were encountered:
Solved! Maybe the esp_camera use some kind of scan and my arduino device was receiving those scan data.
Sorry, something went wrong.
No branches or pull requests
When i plug a i2c device (arduino nano) on i2c bus the camera stops with message:
[E][camera.c:1049] camera_probe(): Detected camera not supported.
[E][camera.c:1249] esp_camera_init(): Camera probe failed with error 0x20004
How can i use a arduino project with camera and i2c devices?
The text was updated successfully, but these errors were encountered: