Navigation

    M5Stack Community

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

    isurge

    @isurge

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

    isurge Follow

    Posts made by isurge

    • RE: Send snapshot by Timer Camera X

      Yes if you google "m5stack timer camera examples" there are multiple examples ..

      I have tried several but so far not able to get good resolution .. i think the software is not referencing the PSRAM corrrectly because the picture save process errors at about 450k.

      I am going to try this tomorrow .. https://github.com/mumris/M5Stack-Timer-Camera-X

      posted in PRODUCTS
      I
      isurge
    • Example Code: CameraWebServer

      I get these errors then the compilation .. fails.

      "sketch/app_httpd.cpp: In function 'esp_err_t stream_handler(httpd_req_t*)':
      app_httpd.cpp:770:37: error: 'ra_filter_run' was not declared in this scope
      uint32_t avg_frame_time = ra_filter_run(&ra_filter, frame_time);
      ^~~~~~~~~~~~~
      sketch/app_httpd.cpp:770:37: note: suggested alternative: 'ra_filter_t'
      uint32_t avg_frame_time = ra_filter_run(&ra_filter, frame_time);
      ^~~~~~~~~~~~~
      ra_filter_t
      Multiple libraries were found for "WiFi.h"
      Used: /Users/jamesbrake/Library/Arduino15/packages/m5stack/hardware/esp32/2.0.4/libraries/WiFi
      Not used: /Applications/Arduino.app/Contents/Java/libraries/WiFi
      exit status 1
      'ra_filter_run' was not declared in this scope"

      Any ideas?

      Mac OS
      Arduino IDE 1.8.4

      Thanks!

      posted in Arduino
      I
      isurge