-
Notifications
You must be signed in to change notification settings - Fork 56
Closed
Description
I'm attempting to deploy node-audiovideo to Tessel 2.
It won't build on OSX because one of the deps (node-jpeg) doesn't yet support Node 4.
I continue to install it with npm install audiovideo --force and used this script:
var av = require('audiovideo');
var fs = require('fs');
av.acquireCamera(function (err, camera) {
camera.captureShot('jpeg').pipe(fs.createWriteStream('out.jpg'));
});
I get this error when I try to run it:
➜ av-test t2 run index.js
INFO Looking for your Tessel...
INFO Connected to Tessel-02A34F96769C.
INFO Building project.
ERR! Error: ENOENT: no such file or directory, stat '/Users/Jon/.tessel/binaries/audiovideo-1.1.4-Release/Release/capture.node'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels