Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 663 Bytes

File metadata and controls

43 lines (26 loc) · 663 Bytes

Camera Interface

About

Typescript interface for Pi-Eye camera

Built With

  • NodeJS
  • TypeScript

Getting Started

Prerequisites

  1. Node and npm

Installation

  1. Install NPM package: camera-interface
    npm install https://github.com/Pi-Eye/camera-interface

Usage

Example Camera Interface

import CameraInterface, { AllSettings, CameraEvents } from "camera-interface";

class SomeCamera implements CameraInterface {
  // Class definition
}

License

Distributed uner the GPL-3.0 License. See LICENSE.txt for more information.

Contact

Bennett Wu - bwu1324@gmail.com