I just would like to let you know my status
- Burn 'M5Cam v0.02' firmware.
- git clone --recursive https://github.com/m5stack/esp32-cam-demo
- Then 'make' it
- plug off usb
Now it is working fine.
in my case, I think I pulled the code from wrong repository.
I just would like to let you know my status
Now it is working fine.
in my case, I think I pulled the code from wrong repository.
I also got same error when I use the code in Github(https://github.com/moononournation/esp32-cam-demo).
I (19) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
E (696) sccb: i2c write reg=0x28 err=0xffffffff
...
E (25316) sccb: i2c write reg=0xe0 err=0xffffffff
I (25316) camera_demo: Detected OV2640 camera, using JPEG format
E (25326) sccb: i2c write reg=0xff err=0xffffffff
...
E (30566) camera: Failed to set frame size
E (30566) camera_demo: Camera init failed with error 0x20002
When I burn the firmware 'M5Cam v0.02' using the M5Burner, I could revert it to the out-of-box demo.