Git Product home page Git Product logo

m5cores3_facedetect's Introduction

M5CoreS3_FaceDetect

M5Stack CoreS3の内蔵カメラで顔検出するテストプログラム。
フレームワークのexampleにあるCameraWebServerの顔検出部分のコードを切り出して使っています。

フレームワークのexampleはここに保存されています(Windows10の場合)。
C:\Users\(ユーザ名)\.platformio\packages\framework-arduinoespressif32\libraries\ESP32\examples

開発環境

VSCode + PlatformIO

ライブラリ

  • M5Unified
  • esp32-camera

メモリ使用量

顔検出を追加することによるメモリ使用量の増分は次の通り。

  • ビルド結果
    • RAM:10kB増(グローバル変数などのstatic領域)
    • Flash:680kB増(プログラム、定数)
  • 実行時ヒープ使用量
    • RAM:17kB増
    • PSRAM:増減なし

m5cores3_facedetect's People

Contributors

ronron-gh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.