JS library for Open Platform Camera.
var OPC = require("opc-js");
var opc = new OPC();
opc.getConnectmode(function (err, resp, body) {
// ...
});
You can show debug log by passing DEBUG=opc:*
.
npm install
DEBUG=opc:* node example/liveview.js
See APIDOC.md.
- write Q&A
- more examples
- implement methods of basic sequence
- complete events
- etc.