regio-camera

1.0.0 • Public • Published

Regio middleware for Tessel camera module.

Installation

npm install regio-camera

Usage

var regio = require('regio'),
    camera = require('regio-camera'),
    app = regio();
 
app.use('/camera', camera({
  // provide the port where the cammera module is attached on tessel board
  port: 'A'
}));
 
var server = app.listen(8080, function () {
  console.log('server listening on', server.address().port);
});
 

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    0

Package Sidebar

Install

npm i regio-camera

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • vstirbu