Git Product home page Git Product logo

mmm-instar's Introduction

MMM-Instar

Instar Security Camera Modul for MagicMirror2

Dependencies

Info

Should work with common cameras of http://www.instar.de/

Installation

  1. Clone this repo into ~/MagicMirror/modules directory.

  2. Configure your ~/MagicMirror/config/config.js:

    {
        module: "MMM-Instar",
        position: "bottom_left",
        config: {
            address: "192.168.178.1",
            user: "admin",
            pwd: "password",
            resolution: 8,
            rate: 0
        }
    }
    

Config Options

Option Default Description
address REQUIRED IP / Domain of camera.
user REQUIRED to login
pwd REQUIRED to login
resolution 8
  • 2: 160*120
  • 8 :320*240
  • 32 :640*480
rate 0 0-23
  • 0: highest/fastest
  • 1:20 fps
  • 3:15 fps
  • 6:10 fps
  • 11:5 fps
  • 12:4 fps
  • 13:3 fps
  • 14:2 fps
  • 15:1 fps
  • 17:1 fp/2s
  • 19:1 fp/3s
  • 21:1 fp/4s
  • 23:1 fp/5s

Information from Instar Documentation

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.