Package for connecting with Pi-Eye camera
- NodeJS
- TypeScript
- Node and npm
- Install NPM package: camera-connection
npm install https://github.com/Pi-Eye/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)Distributed uner the GPL-3.0 License. See LICENSE.txt for more information.
Bennett Wu - bwu1324@gmail.com