Code Monkey home page Code Monkey logo

nodewebcam's Introduction

Stories in Ready

BIODIAG - NODE WEBCAM

Requirements

Arduino IDE - download the latest from arduino

Packages for ESP8266 and ArduCAM development on Arduino IDE

following libraries are required :

  • FS
  • WifiManager
  • ArduCAM
  • ArduinoJson

Installation

git clone [email protected]:getlarge/node_webcam.git

Edit Arduino/libraries/ArduCAM/memorysaver.h to :

#define OV2640_MINI_2MP

Then in config.h.sample file you may edit the following :

  • Name your device for your wifi router ( DHCP )
#define MY_ESP8266_HOSTNAME "your_device_name"
  • Protect the acces point
char ap_pass[30]="yourpassword",

Usage

  • Open any .ino file of the folder with Arduino IDE
  • Edit config.h.sample and copy without .sample extension
  • Uncomment FS.Format the first time you upload
  • Comment out FS.format
  • Edit login and password in custom_capture.ino.sample and copy without .sample
  • Upload the code on the ArduCAM ESP8266 UNO board

Reference

  • resolutions:
  • 0 = 160x120
  • 1 = 176x144
  • 2 = 320x240
  • 3 = 352x288
  • 4 = 640x480
  • 5 = 800x600
  • 6 = 1024x768
  • 7 = 1280x1024
  • 8 = 1600x1200

Dev

Go to the dev branch for the latest and unstable development

nodewebcam's People

Contributors

getlarge avatar waffle-iron avatar

Forkers

seco

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.