Navigation

    M5Stack Community

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

    vikaci

    @vikaci

    0
    Reputation
    5
    Posts
    1059
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    vikaci Follow

    Posts made by vikaci

    • RE: [Solved]Error compiling ESP32 Camera Demo

      @zhouyangwen Thanks. This is works. Now i am abo

      posted in Units
      V
      vikaci
    • RE: [Solved]Error compiling ESP32 Camera Demo

      @lukasmaximus
      @mschu7
      Thanks. It works now. Taking a clue from another post, I did,
      git checkout 3b92e85
      on esp-idf

      Then, it compiles without any error. I am able to flash and make it work as a STA.

      posted in Units
      V
      vikaci
    • RE: [Solved]Error compiling ESP32 Camera Demo

      @mschu7 should I change to a earlier version of esp-idf.

      posted in Units
      V
      vikaci
    • RE: [Solved]Error compiling ESP32 Camera Demo

      @lukasmaximus Tried the sample code given in https://github.com/m5stack/esp32-cam-demo as it is. Only change I did was from AP to STA in make menuconfig.

      posted in Units
      V
      vikaci
    • [Solved]Error compiling ESP32 Camera Demo

      I bought a M5Stack ESP32 Camera. I am happy, it worked out of the box with the preloaded firmware. I wanted to change from AP to STA mode. While compiling the demo I get the following error. Can any one help.

      CC build/main/app_main.o
      /home/partha/esp32-cam-demo/main/app_main.c:56:34: error: unknown type name 'http_context_t'
      static void handle_grayscale_pgm(http_context_t http_ctx, void* ctx);
      ^

      posted in Units
      V
      vikaci