Skip to content

Repository files navigation

Camera Connection

About

Package for connecting with Pi-Eye camera

Built With

  • NodeJS
  • TypeScript

Getting Started

Prerequisites

  1. Node and npm

Installation

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

Usage

Example Camera Connection

import{CameraSide,ClientSide}from"camera-connection";constport=8080;// port to listen onconsthash_file_location;// location of json file containing hash of password to authenticateconstall_settings;// All settings of Pi-Eye cameraconstcamera_side=newCameraSide(port,hash_file_location,all_settings);constconfig_file_location;// location of json file containing address and password to authenticateconstclient_side=newClientSide(config_file_location)

License

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

Contact

Bennett Wu - bwu1324@gmail.com

About

Package for connecting with Pi-Eye camera

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages