Giter Site home page Giter Site logo

trackcamera's Introduction

TrackCamera

ESP32 Camera based on https://github.com/bitluni/ESP32CameraI2S/tree/master/ESP32_I2S_Camera

  • Modified to provide three Servo controls, nominally Speed, Up/Down and Left/Right.
  • Using Pins 12, 13, 15

Dependencies ETC:

Install Libraries:

Arduino Settings:

  • Board: "ESP32 Wrover Module"
  • Partition Scheme Default" or "Huge APP (3Mb No OTA)"
  • Core Debug Level "none"

To Program ESP32Cam board

  • GPIO 0 must be connected to GND to upload a sketch
  • After connecting GPIO 0 to GND, press the ESP32-CAM on-board RESET button to put your board in flashing mode

Editing the HTML

  • Quick version (from RobotOne)(https://robotzero.one/esp32-cam-custom-html/) โ€“ย  Click here to open the CyberChef online tool, edit or paste your HTML in the Input field. The code you need to paste into the Arduino IDE will appear in the Output area. Copy all of it except the first comma, paste into camera_index.h.
  • I store my HTML in the GIThub so it can be modifiied etc, then save the compressed data as 'download.dat'. This stores the compressed version with the the preceding ',' which needs to be removed before copying into camera_index.h line 6.
    • Read the 'Length variable' in the CyberChef Output box,
    • Copy this (here 19045) to camera_index.h like this: #define index_html_gz_len 19045

trackcamera's People

Contributors

dagnall53 avatar

Stargazers

 avatar  avatar Sean Stevens avatar  avatar

Watchers

James Cloos avatar  avatar

trackcamera's Issues

dl_matrix3du_t

Hello

I get this error:

'dl_matrix3du_t' was not declared in this scope

i had to comment
//#include "dl_lib.h"
because the file was not found

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.