Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Aoyama_PROD
    A
    • Continue chat with Aoyama_PROD
    • Start new chat with Aoyama_PROD
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    Aoyama_PROD

    @Aoyama_PROD

    0
    Reputation
    2
    Posts
    1027
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Aoyama_PROD Follow

    Posts made by Aoyama_PROD

    • RE: M5Cam sccb error

      I just would like to let you know my status

      1. Burn 'M5Cam v0.02' firmware.
      2. git clone --recursive https://github.com/m5stack/esp32-cam-demo
      3. Then 'make' it
      4. plug off usb

      Now it is working fine.

      in my case, I think I pulled the code from wrong repository.

      posted in FAQS
      A
      Aoyama_PROD
    • RE: M5Cam sccb error

      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.

      posted in FAQS
      A
      Aoyama_PROD