nitrogen-camera
v0.2.0
Published
This module adds support for cameraCommand and cameraStatus messages to a Nitrogen application or service. It also provides the CameraManager class for interpreting message streams and driving the attached device.
Downloads
11
Readme
nitrogen-camera
This module adds support for cameraCommand and cameraStatus messages to a Nitrogen application or service. It also provides the CameraManager class for interpreting message streams and driving the attached device.
How to use
- Add "nitrogen-camera" to the package.json for your service or application.
npm install
For browser based applications, add this module to the Nitrogen service. The service will automatically mixin this into the client library that is provided to the browser.
See also
- nitrogen-opencv-camera: Building on this module, adds motion detection capabilities using OpenCV.