Raspberry Pi Photo Camera
A Node.js module for taking images with the Raspberry Pi Official camera
Installation
npm install --save raspberry-pi-photo-camera
Usage
JavaScript
const camera = ; camera ;
TypeScript
; camera.takePicture'helloPictureWorld' .then .catch;
Test
npm run test